about summary refs log tree commit diff
path: root/home/profiles/base
diff options
context:
space:
mode:
Diffstat (limited to 'home/profiles/base')
-rw-r--r--home/profiles/base/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix
index e1e895e..1919708 100644
--- a/home/profiles/base/default.nix
+++ b/home/profiles/base/default.nix
@@ -260,6 +260,8 @@ in
         defaultCacheTtlSsh = 3600;
         maxCacheTtl = 86400;
         maxCacheTtlSsh = 86400;
+        enableSshSupport = true;
+        sshKeys = [ "3C79004101E524D10B94F9EE9D3744F4B25F8795" ];
         extraConfig = ''
           allow-preset-passphrase
         '';