This commit is contained in:
r-vdp 2024-10-19 20:28:05 +02:00
parent 49b8898c17
commit b05de14109
No known key found for this signature in database

View file

@ -47,6 +47,8 @@ in
''; '';
}; };
enableStrictShellChecks = lib.mkEnableOption "running shellcheck on the generated scripts for systemd units.";
units = lib.mkOption { units = lib.mkOption {
description = lib.mdDoc "Definition of systemd units."; description = lib.mdDoc "Definition of systemd units.";
default = { }; default = { };