diff options
-rw-r--r-- | linux.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -90,10 +90,11 @@ in gpg-agent = { enable = true; defaultCacheTtl = 72000; + maxCacheTtl = 7200; enableSshSupport = true; + verbose = true; extraConfig = '' allow-emacs-pinentry - maximum-cache-ttl 72000 pinentry-program /home/ben/.nix-profile/bin/pinentry-tty ''; }; |