remove sudo pass req
This commit is contained in:
parent
f36b913301
commit
a9f23fb289
@ -21,6 +21,7 @@ in
|
||||
];
|
||||
config = {
|
||||
services.getty.autologinUser = "nixos";
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
users.users.nixos = {
|
||||
isNormalUser = true;
|
||||
password = "password";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user