From: Julien Moutinho <julm+julm-nix@sourcephile.fr>
Date: Sun, 3 Aug 2025 20:57:02 +0000 (+0200)
Subject: gnupg-agent: fix option name
X-Git-Url: https://git.sourcephile.fr/julm/julm-nix.git/commitdiff_plain

gnupg-agent: fix option name
---

diff --git a/nixos/profiles/networking/remote.nix b/nixos/profiles/networking/remote.nix
index 4e2b2ee..1546456 100644
--- a/nixos/profiles/networking/remote.nix
+++ b/nixos/profiles/networking/remote.nix
@@ -13,7 +13,7 @@ with lib;
   # sets this up as soon as the initrd.
   boot.kernelParams = [ "panic=10" ];
 
-  programs.gnupg.agent.pinentry.package = pkgs.pinentry-curses;
+  programs.gnupg.agent.pinentryPackage = pkgs.pinentry-curses;
 
   systemd = {
     # Always try to start all the units (default.target)