From 8e70df4f1e3e12359976d2e0de21a19c69434f39 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 22 May 2019 10:51:39 -0700 Subject: gpg passthrough ssh --- linux.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'linux.nix') diff --git a/linux.nix b/linux.nix index 298f958..b3e62e0 100644 --- a/linux.nix +++ b/linux.nix @@ -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 ''; }; }; -- cgit v1.2.3