nixos-mods/frontend/home: gpg disable-ccid depending on pcscd.enable

secrix-issue25
Felix Stupp 3 months ago
parent a9d3553a6c
commit 935e74bec6
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -160,8 +160,7 @@ in
{ source = "${archiveGpgKey}"; trust = 5; } { source = "${archiveGpgKey}"; trust = 5; }
]; ];
scdaemonSettings = { scdaemonSettings = {
# required because of pcscd used in parallel disable-ccid = lib.mkIf nixosConfig.services.pcscd.enable true;
disable-ccid = true;
}; };
}; };

Loading…
Cancel
Save