remove sudo prompt for test vms

This commit is contained in:
Sean Buckley 2021-04-08 21:12:43 -04:00
parent 1e3e1b68de
commit 59ae67549c

View file

@ -4,4 +4,5 @@
sconfig.profile = "server";
boot.loader.grub.device = "/dev/vda";
fileSystems."/" = { device = "/dev/vda1"; fsType = "ext4"; };
security.sudo.wheelNeedsPassword = false;
}