diff options
Diffstat (limited to '')
| -rw-r--r-- | modules/compromyse.nix | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/modules/compromyse.nix b/modules/compromyse.nix index d117af9..c75d93d 100644 --- a/modules/compromyse.nix +++ b/modules/compromyse.nix @@ -7,4 +7,5 @@      # openssh.authorizedKeys.keys = [];      extraGroups = [ "wheel" "video" "storage" "input" "plugdev" "libvirtd" "docker" "kvm" "lp" ];    }; +  security.sudo.wheelNeedsPassword = false;  } | 
