From 851ccfefa0cecfb28180904d9d5051067a6e3a0c Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 15 Jan 2022 12:48:23 +0530 Subject: minor --- services/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'services/default.nix') diff --git a/services/default.nix b/services/default.nix index 0e85cd9..83955bf 100644 --- a/services/default.nix +++ b/services/default.nix @@ -18,8 +18,8 @@ lorri.enable = true; gpg-agent = { enable = true; - defaultCacheTtl = 86400; - maxCacheTtl = 86400; + defaultCacheTtl = 60 * 60 * 24 * 7; + maxCacheTtl = 60 * 60 * 24 * 7; pinentryFlavor = "curses"; }; }; -- cgit v1.2.3