diff --git a/2configs/hw/smartcard.nix b/2configs/hw/smartcard.nix index 1e9bca5..b66b700 100644 --- a/2configs/hw/smartcard.nix +++ b/2configs/hw/smartcard.nix @@ -2,12 +2,15 @@ { services.pcscd = { enable = true; - plugins = with pkgs; [ ifdnfc ccid ]; + plugins = with pkgs; + [ #ifdnfc + ccid + ]; }; environment.systemPackages = with pkgs; [ # need to run ifdnfc-activate before usage - ifdnfc + # ifdnfc # pcsc_scan pcsctools ];