Fix: use ccid package instead of libccid for pcscd CCID driver

This commit is contained in:
2026-04-07 17:19:26 +02:00
parent 44c2f98280
commit d9cc001552

View File

@@ -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; [