about summary refs log tree commit diff
path: root/home/profiles/base
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-02-02 02:38:17 +0900
committersefidel <contact@sefidel.net>2023-02-02 02:38:51 +0900
commit1e871d1b2ae79a2aa37d0dbb9db72bf14b379036 (patch)
treee03df1aab721e3bd93ed2a4b18af5feeb761fdc6 /home/profiles/base
parent1267d795c02071e34d87d6f970967f23ddbfdb2e (diff)
downloadnixrc-1e871d1b2ae79a2aa37d0dbb9db72bf14b379036.tar.gz
nixrc-1e871d1b2ae79a2aa37d0dbb9db72bf14b379036.zip
feat(profiles/messaging): init 'sef'
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
         '';