ma hw/smartcard: disable ifdnfc for now

until package becomes part of stable channel
This commit is contained in:
makefu 2018-11-11 18:23:46 +01:00
parent 6a343f2247
commit f57449df79

View file

@ -2,12 +2,15 @@
{ {
services.pcscd = { services.pcscd = {
enable = true; enable = true;
plugins = with pkgs; [ ifdnfc ccid ]; plugins = with pkgs;
[ #ifdnfc
ccid
];
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# need to run ifdnfc-activate before usage # need to run ifdnfc-activate before usage
ifdnfc # ifdnfc
# pcsc_scan # pcsc_scan
pcsctools pcsctools
]; ];