services.pcscd.readerConfigs
NixOS option
Configuration for devices that aren’t hotpluggable. See reader.conf(5) for valid options.
type: list of strings concatenated with "\n"Default
[ ]
Example
declared in: nixos/modules/services/hardware/pcscd.nixView source on NixOS/nixpkgs →[
''
FRIENDLYNAME "Some serial reader"
DEVICENAME /dev/ttyS0
LIBPATH /path/to/serial_reader.so
CHANNELID 1
''
]