Skip to content

Pcscd

services.pcscd.enable

Whether to enable PCSC-Lite daemon, to access smart cards using SCard API (PC/SC). Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/hardware/pcscd.nix

services.pcscd.extraArgs

Extra command line arguments to be passed to the PCSC daemon. Type: list of string

Default

[ ]

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/hardware/pcscd.nix

services.pcscd.plugins

Plugin packages to be used for PCSC-Lite. Type: list of package

Default

[ pkgs.ccid ]

Example

[ pkgs.pcsc-cyberjack ]

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/hardware/pcscd.nix

services.pcscd.readerConfig

Configuration for devices that aren't hotpluggable.

See {manpage}reader.conf(5) for valid options.

Type: strings concatenated with "\n"

Default

""

Example

'' FRIENDLYNAME "Some serial reader" DEVICENAME /dev/ttyS0 LIBPATH /path/to/serial_reader.so CHANNELID 1''

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/hardware/pcscd.nix