about summary refs log tree commit diff
path: root/home/profiles/base-darwin/default.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-06-02 22:11:08 +0900
committersefidel <contact@sefidel.net>2023-06-02 22:11:08 +0900
commit1642de788ccac8098d944066184a0c71b7a8e537 (patch)
treeeb6ddd182008486a6ac6234b997113d346f9dcc0 /home/profiles/base-darwin/default.nix
parentfab665812fa1d507fbfb0fc143afe873163b7d36 (diff)
downloadnixrc-1642de788ccac8098d944066184a0c71b7a8e537.tar.gz
nixrc-1642de788ccac8098d944066184a0c71b7a8e537.zip
fix(darwin/kompakt-darwin): fixup
Diffstat (limited to 'home/profiles/base-darwin/default.nix')
-rw-r--r--home/profiles/base-darwin/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/profiles/base-darwin/default.nix b/home/profiles/base-darwin/default.nix
index 332bb2b..2ce67e7 100644
--- a/home/profiles/base-darwin/default.nix
+++ b/home/profiles/base-darwin/default.nix
@@ -164,6 +164,7 @@ in
       default-cache-ttl-ssh 3600
       pinentry-program ${pkgs.pinentry_mac}/Applications/pinentry-mac.app/Contents/MacOS/pinentry-mac
       allow-preset-passphrase
+      enable-ssh-support
     '';
   };
 }