From 0fbd897b606f511867e64cd98c868cfeee29f7ab Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Tue, 24 Jun 2025 20:35:38 -0400 Subject: [PATCH] stuff and things --- modules/machine/valefor/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/machine/valefor/configuration.nix b/modules/machine/valefor/configuration.nix index 1fe8712..6cabe49 100644 --- a/modules/machine/valefor/configuration.nix +++ b/modules/machine/valefor/configuration.nix @@ -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;