getting ready for remote deployment

This commit is contained in:
2025-06-24 18:48:28 -04:00
parent 734338f51e
commit db244dc7ea

View File

@ -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"; system.stateVersion = "24.11";
} }