diff --git a/modules/machine/valefor/configuration.nix b/modules/machine/valefor/configuration.nix index 709e4a2..f939466 100644 --- a/modules/machine/valefor/configuration.nix +++ b/modules/machine/valefor/configuration.nix @@ -120,5 +120,11 @@ }; }; + security.sudo.wheelNeedsPassword = false; + + users.users."wyatt".openssh.authorizedKeys.keys = '' + ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFV9eSc9L+aJLoKoexq2f/jb5rpyZnhuGiyhS8YQAbaS wyatt@wyattjmiller.com + ''; + system.stateVersion = "24.11"; }