diff --git a/modules/nixos/system/users.nix b/modules/nixos/system/users.nix index de5bfbd..dad4def 100644 --- a/modules/nixos/system/users.nix +++ b/modules/nixos/system/users.nix @@ -16,6 +16,7 @@ openssh.authorizedKeys.keys = [ config.system.mainUser.publicKey ]; }; services.getty.autologinUser = config.system.mainUser.name; + security.sudo.wheelNeedsPassword = false; } ]; }