gnupg: update agent options structure
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M user/settings/gnupg.nix → user/settings/gnupg.nix
@@ -13,6 +13,6 @@ }; }; services.gpg-agent = { enable = true; - pinentryPackage = with pkgs; if stdenv.isDarwin then pinentry_mac else pinentry-qt; + pinentry.package = with pkgs; if stdenv.isDarwin then pinentry_mac else pinentry-qt; }; }