gnupg-agent: fix option name main
authorJulien Moutinho <julm+julm-nix@sourcephile.fr>
Sun, 3 Aug 2025 20:57:02 +0000 (22:57 +0200)
committerJulien Moutinho <julm+julm-nix@sourcephile.fr>
Sun, 3 Aug 2025 20:57:02 +0000 (22:57 +0200)
nixos/profiles/networking/remote.nix

index 4e2b2eea6fe1d4777b22af60a3f8a3a0c34c666a..1546456eeb639a361803a5b5cf29d001aecf4bc0 100644 (file)
@@ -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)