From c0a31f69ad0603bb9a68aef80ead239d091a016d Mon Sep 17 00:00:00 2001
From: Mark Nipper <nipsy@bitgnome.net>
Date: Tue, 23 Apr 2024 14:19:32 -0700
Subject: Update gpg-agent settings

---
 home/nipsy/common/optional/desktops/default.nix | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'home')

diff --git a/home/nipsy/common/optional/desktops/default.nix b/home/nipsy/common/optional/desktops/default.nix
index 41a498b..2369ca5 100644
--- a/home/nipsy/common/optional/desktops/default.nix
+++ b/home/nipsy/common/optional/desktops/default.nix
@@ -17,7 +17,11 @@
   };
 
   services.gpg-agent = {
+    defaultCacheTtl = 43200;
+    defaultCacheTtlSsh = 43200;
     enable = true;
     enableSshSupport = true;
+    maxCacheTtl = 86400;
+    maxCacheTtlSsh = 86400;
   };
 }
-- 
cgit v1.2.3