Use renamed option for pinentry package
All checks were successful
Cachix / build (elendel) (push) Successful in 2m54s
Cachix / build (kholinar) (push) Successful in 5m24s
Cachix / build (marabethia) (push) Successful in 3m37s

This commit is contained in:
Charlotte Van Petegem 2025-05-01 15:59:20 +02:00
parent 972f13579b
commit 849a9cc223
Signed by: chvp
SSH key fingerprint: SHA256:s9rb8jBVfdahqWHuBAcHCBP1wmj4eYQXZfqgz4H3E9E

View file

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