Fix: use ccid package instead of libccid for pcscd CCID driver
This commit is contained in:
@@ -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; [
|
||||
|
||||
Reference in New Issue
Block a user