services.pcscd.ignoreReaderNames
List of reader name patterns for the PCSC daemon to ignore.
For more precise control, readers can be ignored through udev rules
(cf. services.udev.extraRules) by setting the
PCSCLITE_IGNORE property, for example:
ACTION!="remove|unbind", SUBSYSTEM=="usb", ATTR{idVendor}=="20a0", ENV{PCSCLITE_IGNORE}="1"
- Type
list of string matching the pattern [^:]+- Default
[ ]- Example
[ "Nitrokey" "YubiKey" ]- Declared
- <nixpkgs/nixos/modules/services/hardware/pcscd.nix>