diff options
Diffstat (limited to 'home/profiles/base')
-rw-r--r-- | home/profiles/base/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix index ffd31e0..1bf377c 100644 --- a/home/profiles/base/default.nix +++ b/home/profiles/base/default.nix @@ -276,7 +276,7 @@ in maxCacheTtl = 86400; maxCacheTtlSsh = 86400; enableSshSupport = true; - sshKeys = [ "3C79004101E524D10B94F9EE9D3744F4B25F8795" ]; + sshKeys = [ "3C79004101E524D10B94F9EE9D3744F4B25F8795" "159371696FD285FF0811692FBFAA6E4AF017CDDE" ]; extraConfig = '' allow-preset-passphrase ''; |