aboutsummaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
authorAkshay <[email protected]>2024-03-28 21:42:12 +0000
committerAkshay <[email protected]>2024-03-28 21:42:12 +0000
commitf35cb2c69836eff47541341b26334559ed851414 (patch)
tree32c9bf29f89e871f68da2a867bc59c55b12481d6 /services
parent460c13b3e4b3272324cc67531eb80db300de42e2 (diff)
.
Diffstat (limited to 'services')
-rw-r--r--services/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/default.nix b/services/default.nix
index 0a3977d..bef7c85 100644
--- a/services/default.nix
+++ b/services/default.nix
@@ -21,7 +21,7 @@
21 enable = true; 21 enable = true;
22 defaultCacheTtl = 60 * 60 * 24 * 7; 22 defaultCacheTtl = 60 * 60 * 24 * 7;
23 maxCacheTtl = 60 * 60 * 24 * 7; 23 maxCacheTtl = 60 * 60 * 24 * 7;
24 pinentryFlavor = "curses"; 24 pinentryPackage = pkgs.pinentry-tty;
25 }; 25 };
26 }; 26 };
27 27