aboutsummaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-01-15 07:18:23 +0000
committerAkshay <[email protected]>2022-01-15 07:18:23 +0000
commit851ccfefa0cecfb28180904d9d5051067a6e3a0c (patch)
treec7cfec68cf4fe6e344260ab09c81bab86252371d /services
parentb71b8335bbbdf82e6605c5b016b326ab90a9974e (diff)
minor
Diffstat (limited to 'services')
-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 };