nixos-config/services/pcscd.nix

8 lines
160 B
Nix
Raw Normal View History

2020-11-07 11:58:17 +01:00
{ config, pkgs, ... }:
{
# for reader used with AusweisApp2
services.pcscd.enable = true;
services.pcscd.plugins = with pkgs; [ ccid pcsc-cyberjack ];
}