ma hw/smartcard: disable ifdnfc for now
until package becomes part of stable channel
This commit is contained in:
parent
c823192f10
commit
424e6d50af
@ -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 New Issue
Block a user