summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/gpg.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/home/gpg.nix b/home/gpg.nix
index 377beb7..ad5fe27 100644
--- a/home/gpg.nix
+++ b/home/gpg.nix
@@ -15,11 +15,11 @@ with lib; {
enableExtraSocket = true;
enableSshSupport = true;
- defaultCacheTtl = 7200;
- defaultCacheTtlSsh = 7200;
+ defaultCacheTtl = 3600 * 3;
+ defaultCacheTtlSsh = 3600 * 3;
- maxCacheTtl = 21600;
- maxCacheTtlSsh = 21600;
+ maxCacheTtl = 3600 * 6;
+ maxCacheTtlSsh = 3600 * 6;
pinentryFlavor = "gtk2";
};