]> Skullheadx's Git Forge - nixos.git/commitdiff
add homelab pubkey to authorized keyfiles
authorSkullheadx <admonty1@protonmail.com>
Tue, 2 Jun 2026 04:14:25 +0000 (00:14 -0400)
committerSkullheadx <admonty1@protonmail.com>
Tue, 2 Jun 2026 04:14:25 +0000 (00:14 -0400)
hosts/icon/configuration.nix

index fb3b471a4cd06c62bba8a03cbd5e46e8b96d1071..a76c95b8103011043422dc53f5aef760f014036e 100644 (file)
@@ -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];
     };
   };