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 = {
|
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
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue