about summary refs log tree commit diff stats
path: root/nix-conf/home
diff options
context:
space:
mode:
Diffstat (limited to 'nix-conf/home')
-rw-r--r--nix-conf/home/includes/linux-server.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nix-conf/home/includes/linux-server.nix b/nix-conf/home/includes/linux-server.nix
index 8f8fcbb..6ad82fb 100644
--- a/nix-conf/home/includes/linux-server.nix
+++ b/nix-conf/home/includes/linux-server.nix
@@ -15,6 +15,8 @@
   services.gpg-agent = {
     enable = true;
     pinentryFlavor = "curses";
+    defaultCacheTtl = 34560000;
+    maxCacheTtl = 34560000;
   };
 
   ## TODO newSession plugins etc