From 425f661a85fcadf7b342f552d88db109bd26fcc9 Mon Sep 17 00:00:00 2001 From: Julien Moutinho Date: Sun, 3 Aug 2025 22:57:02 +0200 Subject: [PATCH] gnupg-agent: fix option name --- nixos/profiles/networking/remote.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.2