From e211cf2f525847ab88bcac83f90dfd83758fff01 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 5 Feb 2019 18:29:47 -0800 Subject: GPG agent stuff --- linux.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'linux.nix') diff --git a/linux.nix b/linux.nix index e3ce026..29abba4 100644 --- a/linux.nix +++ b/linux.nix @@ -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 ''; }; -- cgit v1.2.3