summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/hw/smartcard.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2018-11-14 09:24:59 +0100
committertv <tv@krebsco.de>2018-11-14 09:24:59 +0100
commitf2ca6be6a73df133d127b5b3efe100ff9a3cbd9b (patch)
tree695890a3eb0886b875cd640ae22edfb4b5207caa /makefu/2configs/hw/smartcard.nix
parent81c0315a925c7891a86cf6d556426cc060ebb2fa (diff)
parent424e6d50af975c929d09f35d434295a823168db0 (diff)
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/2configs/hw/smartcard.nix')
-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
];