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.
This commit is contained in:
Florian Klink 2023-12-14 16:22:25 +02:00
parent 4bc266e1de
commit cb0fb74a2b

View file

@ -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.
'';
};