summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-03-14 16:09:37 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-03-14 16:09:37 +0530
commit3fe57b15a1bd7f8337e494e8bf2cdc257a5ed718 (patch)
tree8890e80eb72f308ee2f171b53444f8a445a45427 /modules
parent17013313115f006ada16c2f6fe20ab54e9eccc6e (diff)
update
Diffstat (limited to 'modules')
-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;
}