From: Skullheadx Date: Tue, 2 Jun 2026 04:14:25 +0000 (-0400) Subject: add homelab pubkey to authorized keyfiles X-Git-Url: http://git.skullheadx.com/nixos/static/batman.png?a=commitdiff_plain;h=72986fbd62c4d19c8cdd9890450a44cc4e451ec1;p=nixos.git add homelab pubkey to authorized keyfiles --- 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]; }; };