diff --git a/home/common/default.nix b/home/common/default.nix index bf7bf8d..9ee2922 100644 --- a/home/common/default.nix +++ b/home/common/default.nix @@ -129,7 +129,8 @@ }; gpg-agent = { enable = true; - defaultCacheTtl = 1800; + defaultCacheTtl = 604800; + defaultCacheTtlSsh = 604800; enableSshSupport = true; }; };