stuff and things
This commit is contained in:
@ -106,10 +106,13 @@
|
||||
extraGroups = ["wheel" "podman" "network"];
|
||||
openssh.authorizedKeys.keys = [
|
||||
"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
|
||||
services.home-assistant = {
|
||||
enable = true;
|
||||
|
Reference in New Issue
Block a user