diff options
author | Ben Sima <ben@bsima.me> | 2019-02-05 18:29:47 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-02-05 18:29:47 -0800 |
commit | e211cf2f525847ab88bcac83f90dfd83758fff01 (patch) | |
tree | 240b5c0336816d686ba92cbc9b4068ff4c866db3 | |
parent | 6a885a3ed97ad4b58a2c61091e209e8e263a86ab (diff) |
GPG agent stuff
-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 ''; }; |