From 35a3908476e14293f56efdc90193eca2f6ea5524 Mon Sep 17 00:00:00 2001 From: Elias Kohout Date: Tue, 7 Apr 2026 17:37:41 +0200 Subject: [PATCH] Remove broken reader.conf configuration - focus on fixing USB device permissions --- nixos/modules/yubikey.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/nixos/modules/yubikey.nix b/nixos/modules/yubikey.nix index c2a42cc..a26aeed 100644 --- a/nixos/modules/yubikey.nix +++ b/nixos/modules/yubikey.nix @@ -22,13 +22,6 @@ ln -sf "${pkgs.ccid}/pcsc/drivers/ifd-ccid.bundle" /var/lib/pcsc/drivers/ifd-ccid.bundle ''; - # Explicitly configure pcscd reader for CCID devices (YubiKey) - environment.etc."reader.conf.d/yubikey-ccid.conf".text = '' - # YubiKey FIDO+CCID reader configuration - DEVICENAME /dev/null - LIBPATH ${pkgs.ccid}/lib/libccid.so - CHANNELID 0 - ''; # YubiKey management tools environment.systemPackages = with pkgs; [