hm/gpg-agent: use gpg-agent.pinentry.package

This commit is contained in:
Primrose 2025-05-19 10:09:50 +02:00
parent b6359b0a61
commit 08402826bb
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -1,7 +1,7 @@
{pkgs, ...}: { {pkgs, ...}: {
services = { services = {
gpg-agent.defaultCacheTtl = 1209600; gpg-agent.defaultCacheTtl = 1209600;
gpg-agent.pinentryPackage = pkgs.pinentry-tty; gpg-agent.pinentry.package = pkgs.pinentry-tty;
}; };
programs.gpg.publicKeys = [ programs.gpg.publicKeys = [