From 4267624c07332580190555209fc1eb84939c9cf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czy=C5=BC?= Date: Sat, 27 Apr 2024 00:53:27 +0200 Subject: [PATCH] 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 6cf6060..1c1a135 100644 --- a/hosts/common/services.nix +++ b/hosts/common/services.nix @@ -46,7 +46,7 @@ programs.gnupg.agent = { enable = true; enableSSHSupport = true; - pinentryPackage = "curses"; + pinentryPackage = pkgs.pinentry-curses; settings = { max-cache-ttl = 60480000; default-cache-ttl = 60480000;