make gpg work with yubi smartcard

This commit is contained in:
2025-11-12 00:19:07 -06:00
parent 0196b1d8b2
commit 1a67b02d7c

View File

@@ -15,6 +15,9 @@ in {
config = lib.mkIf cfg.enable {
programs.${program} = {
enable = true;
scdaemonSettings = {
disable-ccid = true;
};
};
services.gpg-agent = {
enable = true;