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;