remove sudo pass req

This commit is contained in:
Richard Mauer 2024-12-30 19:56:31 -05:00
parent f36b913301
commit a9f23fb289

View File

@ -21,6 +21,7 @@ in
];
config = {
services.getty.autologinUser = "nixos";
security.sudo.wheelNeedsPassword = false;
users.users.nixos = {
isNormalUser = true;
password = "password";