summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-08-30 17:34:07 -0700
committerFuwn <[email protected]>2024-08-30 17:34:07 -0700
commit1af8024597747c647bed041f32a2978e9b0fc1a2 (patch)
tree8138fac4e7cf93082e586e138f5b44d1f611aff6
parentswag (diff)
downloadnixos-config-1af8024597747c647bed041f32a2978e9b0fc1a2.tar.xz
nixos-config-1af8024597747c647bed041f32a2978e9b0fc1a2.zip
gnu
-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 = "";
};
};