summaryrefslogtreecommitdiff
path: root/linux.nix
diff options
context:
space:
mode:
Diffstat (limited to 'linux.nix')
-rw-r--r--linux.nix4
1 files 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;