summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/programs/gnupg.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/programs/gnupg.nix b/modules/programs/gnupg.nix
index 604781d..aeffb23 100644
--- a/modules/programs/gnupg.nix
+++ b/modules/programs/gnupg.nix
@@ -8,8 +8,8 @@
settings = {
enable-ssh-support = "";
ttyname = "$GPG_TTY";
- default-cache-ttl = 60;
- max-cache-ttl = 120;
+ default-cache-ttl = 34560000; # 60
+ max-cache-ttl = 34560000; # 120
allow-loopback-pinentry = "";
};
};