disable sudo password

This commit is contained in:
2026-06-14 22:44:43 +02:00
parent f5991f624a
commit cb8f7107f5
+2
View File
@@ -138,5 +138,7 @@
system.stateVersion = "24.11"; # Did you read the comment?
nix.settings.trusted-users = [ "shatteredmint" ];
# if people get to that point we are fucked anyways
security.sudo.wheelNeedsPassword = false;
}