diff options
Diffstat (limited to 'configuration.nix')
-rw-r--r-- | configuration.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix index 5e0ac0c..df59de9 100644 --- a/configuration.nix +++ b/configuration.nix @@ -51,7 +51,10 @@ extraGroups = [ "networkmanager" "wheel" "audio" ]; shell = pkgs.zsh; }; - + + security.sudo.execWheelOnly = true; + security.sudo.wheelNeedsPassword = false; + # Allow unfree packages nixpkgs.config.allowUnfree = true; |