default: update pinentryPackage

This commit is contained in:
notohh 2024-03-18 14:20:01 -04:00
parent 2aad94b89f
commit e49c383f4b
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

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