diff options
author | lassulus <lassulus@lassul.us> | 2018-11-18 21:40:11 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2018-11-18 21:40:11 +0100 |
commit | 02b58a888426414c144f0e833bbb529fa0f53ec5 (patch) | |
tree | 717c9745f50902160f15ab7b910342388675b266 /makefu | |
parent | 0435b6511f87c2f74b4d7b45e28c5eef32116228 (diff) | |
parent | 083a8ca2aed285e94383b216347ee4e6ef44c6a6 (diff) |
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'makefu')
-rw-r--r-- | makefu/2configs/hw/smartcard.nix | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/makefu/2configs/hw/smartcard.nix b/makefu/2configs/hw/smartcard.nix index 1e9bca53b..b66b70098 100644 --- a/makefu/2configs/hw/smartcard.nix +++ b/makefu/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 ]; |