about summary refs log tree commit diff
path: root/nixos/modules/services/hardware
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2024-01-15 13:29:34 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2024-01-15 13:29:34 +0100
commit304228fe1c7c8b0cdf2ada5dba4d2c31ca987ac5 (patch)
tree7eee9f20253f2f9a3122e3c9fbbb521f013eeebc /nixos/modules/services/hardware
parent500129c8b2739e99e05d56c6757bb6d176c0ca1b (diff)
downloadnixlib-304228fe1c7c8b0cdf2ada5dba4d2c31ca987ac5.tar
nixlib-304228fe1c7c8b0cdf2ada5dba4d2c31ca987ac5.tar.gz
nixlib-304228fe1c7c8b0cdf2ada5dba4d2c31ca987ac5.tar.bz2
nixlib-304228fe1c7c8b0cdf2ada5dba4d2c31ca987ac5.tar.lz
nixlib-304228fe1c7c8b0cdf2ada5dba4d2c31ca987ac5.tar.xz
nixlib-304228fe1c7c8b0cdf2ada5dba4d2c31ca987ac5.tar.zst
nixlib-304228fe1c7c8b0cdf2ada5dba4d2c31ca987ac5.zip
Revert "nixos/pcscd: suggest yubikey-personalization for additional udev rules"
This reverts commit 6ecb73df1b45a5195167512e57b6bd915208b87e.
Diffstat (limited to 'nixos/modules/services/hardware')
-rw-r--r--nixos/modules/services/hardware/pcscd.nix2
1 files changed, 1 insertions, 1 deletions
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.";
     };