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 c823192f10
commit 424e6d50af
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -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
];