diff --git a/home/alex/cli.nix b/home/alex/cli.nix index 17fd2d8..8a5f5d7 100644 --- a/home/alex/cli.nix +++ b/home/alex/cli.nix @@ -165,8 +165,8 @@ in { services.gpg-agent = { enable = true; enableSshSupport = true; - defaultCacheTtl = 300; - defaultCacheTtlSsh = 300; + defaultCacheTtl = 7200; + defaultCacheTtlSsh = 7200; }; home.file.".local" = {