diff options
| author | Skullheadx <admonty1@protonmail.com> | 2026-06-02 00:14:25 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@protonmail.com> | 2026-06-02 00:14:25 -0400 |
| commit | 72986fbd62c4d19c8cdd9890450a44cc4e451ec1 (patch) | |
| tree | 35ec468c7b9d3e3fad36090b79cab8d273089af2 /hosts/icon/configuration.nix | |
| parent | proxy jump for homelab to git server (diff) | |
| download | nixos-72986fbd62c4d19c8cdd9890450a44cc4e451ec1.tar.gz nixos-72986fbd62c4d19c8cdd9890450a44cc4e451ec1.tar.bz2 nixos-72986fbd62c4d19c8cdd9890450a44cc4e451ec1.zip | |
add homelab pubkey to authorized keyfiles
Diffstat (limited to 'hosts/icon/configuration.nix')
| -rw-r--r-- | hosts/icon/configuration.nix | 2 |
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]; }; }; |
