From 304228fe1c7c8b0cdf2ada5dba4d2c31ca987ac5 Mon Sep 17 00:00:00 2001 From: Sandro Jäckel Date: Mon, 15 Jan 2024 13:29:34 +0100 Subject: Revert "nixos/pcscd: suggest yubikey-personalization for additional udev rules" This reverts commit 6ecb73df1b45a5195167512e57b6bd915208b87e. --- nixos/modules/services/hardware/pcscd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services/hardware') diff --git a/nixos/modules/services/hardware/pcscd.nix b/nixos/modules/services/hardware/pcscd.nix index 58b94dae5734..b0a493c23899 100644 --- a/nixos/modules/services/hardware/pcscd.nix +++ b/nixos/modules/services/hardware/pcscd.nix @@ -22,7 +22,7 @@ in plugins = mkOption { type = types.listOf types.package; defaultText = literalExpression "[ pkgs.ccid ]"; - example = literalExpression "with pkgs; [ pcsc-cyberjack yubikey-personalization ]"; + example = literalExpression "[ pkgs.pcsc-cyberjack ]"; description = lib.mdDoc "Plugin packages to be used for PCSC-Lite."; }; -- cgit 1.4.1