This commit is contained in:
2025-06-24 19:27:32 -04:00
parent a7d2db9c84
commit 2544ef3d94
5 changed files with 15 additions and 16 deletions

View File

@ -104,9 +104,9 @@
# Add username to groups "wheel" and "video" - more may be added here later
users.users.${userName} = {
extraGroups = ["wheel" "podman" "network"];
openssh.authorizedKeys.keys = ''
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFV9eSc9L+aJLoKoexq2f/jb5rpyZnhuGiyhS8YQAbaS wyatt@wyattjmiller.com
'';
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFV9eSc9L+aJLoKoexq2f/jb5rpyZnhuGiyhS8YQAbaS wyatt@wyattjmiller.com"
];
};
# Add Home Assistant service
@ -127,9 +127,5 @@
security.sudo.wheelNeedsPassword = false;
users.users."wyatt".openssh.authorizedKeys.keys = ''
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFV9eSc9L+aJLoKoexq2f/jb5rpyZnhuGiyhS8YQAbaS wyatt@wyattjmiller.com
'';
system.stateVersion = "24.11";
}