mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
remove sudo prompt for test vms
This commit is contained in:
parent
1e3e1b68de
commit
59ae67549c
1 changed files with 1 additions and 0 deletions
|
@ -4,4 +4,5 @@
|
||||||
sconfig.profile = "server";
|
sconfig.profile = "server";
|
||||||
boot.loader.grub.device = "/dev/vda";
|
boot.loader.grub.device = "/dev/vda";
|
||||||
fileSystems."/" = { device = "/dev/vda1"; fsType = "ext4"; };
|
fileSystems."/" = { device = "/dev/vda1"; fsType = "ext4"; };
|
||||||
|
security.sudo.wheelNeedsPassword = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue