diff options
-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 ''; }; }; |