all repos — nixfiles @ 9e7e715273134f7cd8b8fd88153de2366e9678e0

System and user configuration, managed by nix and home-manager

gnupg: update agent options structure

Alan Pearce
commit

9e7e715273134f7cd8b8fd88153de2366e9678e0

parent

b0bb348a0480ba2907e3b41963f7e79e6189258a

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M user/settings/gnupg.nixuser/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; }; }