gnupg: also change pinentry configuration for home manager

This commit is contained in:
Charlotte Van Petegem 2024-03-14 11:12:35 +01:00
parent 83a0192969
commit c12dbc8157
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -34,7 +34,7 @@
enable = true;
defaultCacheTtl = 7200;
maxCacheTtl = 99999;
pinentryFlavor = config.chvp.graphical.gnupg.pinentryFlavor;
pinentryPackage = pkgs."pinentry-${config.chvp.graphical.gnupg.pinentryFlavor}";
};
};
};