allow passwordless sudo on servers

This commit is contained in:
2026-03-14 00:42:19 +01:00
parent 401d01c746
commit 9de8e3133f

View File

@@ -14,6 +14,8 @@
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
security.sudo.wheelNeedsPassword = false;
fileSystems."/" =
{ device = "/dev/disk/by-uuid/44444444-4444-4444-8888-888888888888";
fsType = "ext4";