about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-12-14 16:22:25 +0200
committerFlorian Klink <flokli@flokli.de>2023-12-14 18:09:54 +0200
commitcb0fb74a2b58eda5d263f6cb424cfaaee7700940 (patch)
tree0be0e03e932dbec514c57121e12d1b843a27111f /nixos
parent4bc266e1defd603b1330a81db3f4d441927158cb (diff)
nixos/udev: update description for services.udev.path
services.udev.path already contains some defaults, these are however
defined in the module implementation, not options.

Update the description to make this more clear.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/hardware/udev.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/modules/services/hardware/udev.nix b/nixos/modules/services/hardware/udev.nix
index 08ca7a0d247d0..311f60795bae1 100644
--- a/nixos/modules/services/hardware/udev.nix
+++ b/nixos/modules/services/hardware/udev.nix
@@ -222,6 +222,9 @@ in
         description = lib.mdDoc ''
           Packages added to the {env}`PATH` environment variable when
           executing programs from Udev rules.
+
+          coreutils, gnu{sed,grep}, util-linux and config.systemd.package are
+          automatically included.
         '';
       };