From fd3fe55810ba39afd789c974d5b891b171f8da58 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Thu, 6 Jun 2024 17:23:16 -0600 Subject: home/gpg: update gpg-agent timeouts --- home/gpg.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/gpg.nix b/home/gpg.nix index 377beb7..ad5fe27 100644 --- a/home/gpg.nix +++ b/home/gpg.nix @@ -15,11 +15,11 @@ with lib; { enableExtraSocket = true; enableSshSupport = true; - defaultCacheTtl = 7200; - defaultCacheTtlSsh = 7200; + defaultCacheTtl = 3600 * 3; + defaultCacheTtlSsh = 3600 * 3; - maxCacheTtl = 21600; - maxCacheTtlSsh = 21600; + maxCacheTtl = 3600 * 6; + maxCacheTtlSsh = 3600 * 6; pinentryFlavor = "gtk2"; }; -- cgit v1.2.3