From 44c2f982806a83dfcecb848d71f9877025463d5a Mon Sep 17 00:00:00 2001 From: Elias Kohout Date: Tue, 7 Apr 2026 17:18:53 +0200 Subject: [PATCH] Add libccid CCID driver plugin to pcscd for YubiKey smartcard access --- nixos/modules/yubikey.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/modules/yubikey.nix b/nixos/modules/yubikey.nix index 12e6cc2..4c231f6 100644 --- a/nixos/modules/yubikey.nix +++ b/nixos/modules/yubikey.nix @@ -13,6 +13,9 @@ libu2f-host ]; + # CCID driver for smartcard access (required for YubiKey CCID functionality) + services.pcscd.plugins = [ pkgs.libccid ]; + # YubiKey management tools environment.systemPackages = with pkgs; [ yubikey-manager # ykman CLI