diff options
Diffstat (limited to 'common/home/services')
| -rw-r--r-- | common/home/services/gpg-agent/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/home/services/gpg-agent/default.nix b/common/home/services/gpg-agent/default.nix index d29f924..8fa94e7 100644 --- a/common/home/services/gpg-agent/default.nix +++ b/common/home/services/gpg-agent/default.nix @@ -2,4 +2,8 @@ { enable = true; pinentryPackage = pkgs.pinentry-qt; + maxCacheTtl = 60480000; + maxCacheTtlSsh = 60480000; + defaultCacheTtl = 60480000; + defaultCacheTtlSsh = 60480000; } |