aboutsummaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
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