services.pcscd.ignoreReaderNames

NixOS option

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 in: nixos/modules/services/hardware/pcscd.nixView source on NixOS/nixpkgs →