fix: pinentry

This commit is contained in:
2024-04-27 00:54:50 +02:00
parent 4267624c07
commit 19081f719d

View File

@@ -46,7 +46,7 @@
programs.gnupg.agent = { programs.gnupg.agent = {
enable = true; enable = true;
enableSSHSupport = true; enableSSHSupport = true;
pinentryPackage = pkgs.pinentry-curses; pinentryFlavor = "curses";
settings = { settings = {
max-cache-ttl = 60480000; max-cache-ttl = 60480000;
default-cache-ttl = 60480000; default-cache-ttl = 60480000;