From 960532ca1ad976bec654a1ac2fa3707849357af6 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 16 May 2025 20:44:17 +0200 Subject: modules/gpg: Move the `pinentryPackage` to `pinentry.package` --- modules/by-name/gp/gpg/module.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'modules/by-name/gp') diff --git a/modules/by-name/gp/gpg/module.nix b/modules/by-name/gp/gpg/module.nix index cd913daf..89d7b356 100644 --- a/modules/by-name/gp/gpg/module.nix +++ b/modules/by-name/gp/gpg/module.nix @@ -57,8 +57,10 @@ in { maxCacheTtl = 60 * 50; maxCacheTtlSsh = 60 * 50; - pinentryPackage = pkgs.pinentry-curses; - # pinentryPackage = pkgs.pinentry-tty; + pinentry = { + package = pkgs.pinentry-curses; + # package = pkgs.pinentry-tty; + }; enableSshSupport = true; sshKeys = let -- cgit 1.4.1