8 lines
160 B
Nix
8 lines
160 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
# for reader used with AusweisApp2
|
|
services.pcscd.enable = true;
|
|
services.pcscd.plugins = with pkgs; [ ccid pcsc-cyberjack ];
|
|
}
|