From d9cc0015525ff6158c54dd8a45eb58d5ad789d65 Mon Sep 17 00:00:00 2001 From: Elias Kohout Date: Tue, 7 Apr 2026 17:19:26 +0200 Subject: [PATCH] Fix: use ccid package instead of libccid for pcscd CCID driver --- nixos/modules/yubikey.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/yubikey.nix b/nixos/modules/yubikey.nix index 4c231f6..68e3918 100644 --- a/nixos/modules/yubikey.nix +++ b/nixos/modules/yubikey.nix @@ -14,7 +14,7 @@ ]; # CCID driver for smartcard access (required for YubiKey CCID functionality) - services.pcscd.plugins = [ pkgs.libccid ]; + services.pcscd.plugins = [ pkgs.ccid ]; # YubiKey management tools environment.systemPackages = with pkgs; [