diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-09 13:28:41 +0100 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-09 13:28:41 +0100 |
commit | 4211ed3b82be9af26460a0a8d88dce9ce319bb47 (patch) | |
tree | 5f00163d1dc86982c618f2780977ddcdf4d28308 /configuration.nix | |
parent | 691746148aaf53cb5f5c85db41d7aec7cc2d75cd (diff) |
Some changes
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; |