diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-03-14 16:09:37 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-03-14 16:09:37 +0530 | 
| commit | 3fe57b15a1bd7f8337e494e8bf2cdc257a5ed718 (patch) | |
| tree | 8890e80eb72f308ee2f171b53444f8a445a45427 /modules | |
| parent | 17013313115f006ada16c2f6fe20ab54e9eccc6e (diff) | |
update
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;  } | 
