ma hw/smartcard: disable ifdnfc for now
until package becomes part of stable channel
This commit is contained in:
parent
6a343f2247
commit
f57449df79
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue