feat: Wheel no longer requires a password.

This commit is contained in:
Spencer Brower
2022-09-02 15:32:37 -04:00
parent df1f3d8c46
commit e65f59d1da

View File

@@ -9,6 +9,8 @@
options = [ "rw,uid=1001,gid=60,_netdev" ]; # mount as vagrant:nginx options = [ "rw,uid=1001,gid=60,_netdev" ]; # mount as vagrant:nginx
}; };
security.sudo.wheelNeedsPassword = false;
users.users.root.password = "vagrant"; users.users.root.password = "vagrant";
users.users."vagrant" = { users.users."vagrant" = {
isNormalUser = true; isNormalUser = true;