summaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorSkullheadx <admonty1@protonmail.com>2026-06-02 00:14:25 -0400
committerSkullheadx <admonty1@protonmail.com>2026-06-02 00:14:25 -0400
commit72986fbd62c4d19c8cdd9890450a44cc4e451ec1 (patch)
tree35ec468c7b9d3e3fad36090b79cab8d273089af2 /hosts
parentproxy jump for homelab to git server (diff)
downloadnixos-72986fbd62c4d19c8cdd9890450a44cc4e451ec1.tar.gz
nixos-72986fbd62c4d19c8cdd9890450a44cc4e451ec1.tar.bz2
nixos-72986fbd62c4d19c8cdd9890450a44cc4e451ec1.zip
add homelab pubkey to authorized keyfiles
Diffstat (limited to 'hosts')
-rw-r--r--hosts/icon/configuration.nix2
1 files changed, 1 insertions, 1 deletions
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];
};
};