diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/linux.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/linux.nix b/lib/linux.nix index 60f1184..77d48d3 100644 --- a/lib/linux.nix +++ b/lib/linux.nix @@ -321,14 +321,14 @@ in }; gpg-agent = { + defaultCacheTtl = 7200; # 2 hours enable = true; + enableExtraSocket= true; enableScDaemon = true; # smart card support - defaultCacheTtl = 7200; # 2 hours + enableSshSupport = true; maxCacheTtl = 86400; # 24 hours - enableSshSupport = false; - enableExtraSocket = true; - verbose = true; pinentryFlavor = "curses"; + verbose = true; extraConfig = '' allow-emacs-pinentry # StreamLocalBindUnlink yes |