From 530fb19b5b1e77a608a3df9f363c4fba340b37cb Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Sat, 16 Mar 2024 23:57:19 +0100 Subject: [PATCH] feat(gpg): Increase TTL of agent entries --- home/alex/cli.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" = {