mirror of
https://github.com/sbrow/nix.git
synced 2026-02-27 13:21:45 -05:00
feat: Wheel no longer requires a password.
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
options = [ "rw,uid=1001,gid=60,_netdev" ]; # mount as vagrant:nginx
|
||||
};
|
||||
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
users.users.root.password = "vagrant";
|
||||
users.users."vagrant" = {
|
||||
isNormalUser = true;
|
||||
|
||||
Reference in New Issue
Block a user