diff options
Diffstat (limited to 'linux.nix')
-rw-r--r-- | linux.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -357,8 +357,8 @@ in gpg-agent = { enable = true; enableScDaemon = true; - defaultCacheTtl = 72000; - maxCacheTtl = 7200; + defaultCacheTtl = 1800; # 30 minutes + maxCacheTtl = 7200; # 2 hours enableSshSupport = false; enableExtraSocket = true; verbose = true; |