From e8c73318a17a8c73b7d689d362f6b124d49cabab Mon Sep 17 00:00:00 2001 From: xenia Date: Sun, 9 Jun 2024 20:24:55 +0200 Subject: [PATCH] No password for wheel --- nixos/base.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/base.nix b/nixos/base.nix index 15c87a56..5a92cf24 100644 --- a/nixos/base.nix +++ b/nixos/base.nix @@ -71,6 +71,8 @@ shell = pkgs.zsh; }; + security.sudo.wheelNeedsPassword = false; + environment.systemPackages = with pkgs; [ binutils coreutils