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
[
  ''
    FRIENDLYNAME      "Some serial reader"
    DEVICENAME        /dev/ttyS0
    LIBPATH           /path/to/serial_reader.so
    CHANNELID         1
  ''
]
declared in: nixos/modules/services/hardware/pcscd.nixView source on NixOS/nixpkgs →