From 72986fbd62c4d19c8cdd9890450a44cc4e451ec1 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Tue, 2 Jun 2026 00:14:25 -0400 Subject: [PATCH] add homelab pubkey to authorized keyfiles --- hosts/icon/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/icon/configuration.nix b/hosts/icon/configuration.nix index fb3b471..a76c95b 100644 --- a/hosts/icon/configuration.nix +++ b/hosts/icon/configuration.nix @@ -68,7 +68,7 @@ home = "/srv/git"; createHome = true; homeMode = "755"; - openssh.authorizedKeys.keyFiles = [../../pubkeys/desktop_ssh.pub]; + openssh.authorizedKeys.keyFiles = [../../pubkeys/desktop_ssh.pub ../../pubkeys/homelab_ssh.pub]; }; }; -- 2.54.0