summaryrefslogtreecommitdiff
path: root/modules/compromyse.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/compromyse.nix')
-rw-r--r--modules/compromyse.nix1
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;
}