From 19081f719d02e7aa060b9b37def33fb79c44af59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czy=C5=BC?= Date: Sat, 27 Apr 2024 00:54:50 +0200 Subject: [PATCH] fix: pinentry --- hosts/common/services.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/services.nix b/hosts/common/services.nix index 1c1a135..bcc9a11 100644 --- a/hosts/common/services.nix +++ b/hosts/common/services.nix @@ -46,7 +46,7 @@ programs.gnupg.agent = { enable = true; enableSSHSupport = true; - pinentryPackage = pkgs.pinentry-curses; + pinentryFlavor = "curses"; settings = { max-cache-ttl = 60480000; default-cache-ttl = 60480000;