stuff and things

This commit is contained in:
2025-06-24 20:35:38 -04:00
parent 76ff89d7f6
commit 0fbd897b60

View File

@ -106,10 +106,13 @@
extraGroups = ["wheel" "podman" "network"]; extraGroups = ["wheel" "podman" "network"];
openssh.authorizedKeys.keys = [ openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFV9eSc9L+aJLoKoexq2f/jb5rpyZnhuGiyhS8YQAbaS wyatt@wyattjmiller.com" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFV9eSc9L+aJLoKoexq2f/jb5rpyZnhuGiyhS8YQAbaS wyatt@wyattjmiller.com"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILP9dQj51uetB4XwSSzA6+o35XC4FNhuL1k82TaGQQVC wyatt@wyattjmiller.com"
]; ];
}; };
users.users.root.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFV9eSc9L+aJLoKoexq2f/jb5rpyZnhuGiyhS8YQAbaS wyatt@wyattjmiller.com"
];
# Add Home Assistant service # Add Home Assistant service
services.home-assistant = { services.home-assistant = {
enable = true; enable = true;