diff options
author | Ben Sima <ben@bsima.me> | 2019-05-22 10:51:39 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-05-22 10:51:39 -0700 |
commit | 8e70df4f1e3e12359976d2e0de21a19c69434f39 (patch) | |
tree | cd048b9d39bd632cf14065f38fed7f90b18f580f | |
parent | 1d2cd5e4479377b00954003f9ff4c4c6b6cdf663 (diff) |
gpg passthrough ssh
-rw-r--r-- | linux.nix | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -188,10 +188,13 @@ in enableScDaemon = true; defaultCacheTtl = 72000; maxCacheTtl = 7200; - enableSshSupport = true; + enableSshSupport = false; + enableExtraSocket = true; verbose = true; extraConfig = '' allow-emacs-pinentry + StreamLocalBindUnlink yes + RemoteForward /home/ben/.gnupg/S.gpg-agent /home/ben/.gnupg/S.gpg-agent.extra ''; }; }; |