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