From 6ecb73df1b45a5195167512e57b6bd915208b87e Mon Sep 17 00:00:00 2001 From: Sandro Jäckel Date: Sun, 18 Jun 2023 22:55:44 +0200 Subject: nixos/pcscd: suggest yubikey-personalization for additional udev rules --- nixos/modules/services/hardware/pcscd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/modules/services/hardware/pcscd.nix b/nixos/modules/services/hardware/pcscd.nix index 0935f966110a8..0d4cfc4879c84 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 "[ pkgs.pcsc-cyberjack ]"; + example = literalExpression "with pkgs; [ pcsc-cyberjack yubikey-personalization ]"; description = lib.mdDoc "Plugin packages to be used for PCSC-Lite."; }; -- cgit 1.4.1