services.pcscd.readerConfigs

Configuration for devices that aren't hotpluggable.

See reader.conf(5) for valid options.

Type
list of strings concatenated with "\n"
Default
[ ]
Example
[
  ''
    FRIENDLYNAME      "Some serial reader"
    DEVICENAME        /dev/ttyS0
    LIBPATH           /path/to/serial_reader.so
    CHANNELID         1
  ''
]
Declared
<nixpkgs/nixos/modules/services/hardware/pcscd.nix>