aboutsummaryrefslogtreecommitdiff
path: root/services/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'services/default.nix')
-rw-r--r--services/default.nix4
1 files changed, 2 insertions, 2 deletions
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 @@
18 lorri.enable = true; 18 lorri.enable = true;
19 gpg-agent = { 19 gpg-agent = {
20 enable = true; 20 enable = true;
21 defaultCacheTtl = 86400; 21 defaultCacheTtl = 60 * 60 * 24 * 7;
22 maxCacheTtl = 86400; 22 maxCacheTtl = 60 * 60 * 24 * 7;
23 pinentryFlavor = "curses"; 23 pinentryFlavor = "curses";
24 }; 24 };
25 }; 25 };