summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-11-11 18:23:46 +0100
committermakefu <github@syntax-fehler.de>2018-11-11 18:23:46 +0100
commit424e6d50af975c929d09f35d434295a823168db0 (patch)
treebfd732543bec71c6f69b280d6c6edf71bcfe85f6 /makefu
parentc823192f10a5977bb2f13a15cdf29a3cdf2be5ed (diff)
ma hw/smartcard: disable ifdnfc for now
until package becomes part of stable channel
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/hw/smartcard.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/makefu/2configs/hw/smartcard.nix b/makefu/2configs/hw/smartcard.nix
index 1e9bca53..b66b7009 100644
--- a/makefu/2configs/hw/smartcard.nix
+++ b/makefu/2configs/hw/smartcard.nix
@@ -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
];