From 2e0a1f333cd40aba24c0ee7869691f6814a3d781 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Tue, 8 Nov 2022 12:03:33 +0000 Subject: [PATCH] Set max gpg-agent timeouts --- nix-conf/home/includes/linux-server.nix | 2 ++ 1 file changed, 2 insertions(+) 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