From 47974d5c2a1e92e925c3307685f6776d69d0e23e Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 20 Apr 2021 08:37:59 -0400 Subject: bump gpg timeouts This is about as long as I spend away from my computer. Over these amounts and I'm probably away for a long time (vacation) so definitely timeout in those cases. --- linux.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux.nix b/linux.nix index d86135e..8e05788 100644 --- a/linux.nix +++ b/linux.nix @@ -357,8 +357,8 @@ in gpg-agent = { enable = true; enableScDaemon = true; # smart card support - defaultCacheTtl = 1800; # 30 minutes - maxCacheTtl = 7200; # 2 hours + defaultCacheTtl = 7200; # 2 hours + maxCacheTtl = 86400; # 24 hours enableSshSupport = false; enableExtraSocket = true; verbose = true; -- cgit v1.2.3