gpg: update pinentry syntax

This commit is contained in:
notohh 2025-05-05 03:21:59 -04:00
parent 7d3bee42f1
commit 889ad280f4
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -3,7 +3,7 @@
gpg-agent = {
enable = true;
defaultCacheTtl = 3600;
pinentryPackage = pkgs.pinentry-curses;
pinentry.package = pkgs.pinentry-curses;
enableSshSupport = true;
enableNushellIntegration = true;
};