Loading nixos/modules/system/boot/systemd.nix +1 −1 Original line number Diff line number Diff line Loading @@ -198,7 +198,7 @@ in package = mkPackageOption pkgs "systemd" {}; enableStrictShellChecks = mkEnableOption "running shellcheck on the generated scripts for systemd units."; enableStrictShellChecks = mkEnableOption "" // { description = "Whether to run shellcheck on the generated scripts for systemd units."; }; units = mkOption { description = "Definition of systemd units; see {manpage}`systemd.unit(5)`."; Loading Loading
nixos/modules/system/boot/systemd.nix +1 −1 Original line number Diff line number Diff line Loading @@ -198,7 +198,7 @@ in package = mkPackageOption pkgs "systemd" {}; enableStrictShellChecks = mkEnableOption "running shellcheck on the generated scripts for systemd units."; enableStrictShellChecks = mkEnableOption "" // { description = "Whether to run shellcheck on the generated scripts for systemd units."; }; units = mkOption { description = "Definition of systemd units; see {manpage}`systemd.unit(5)`."; Loading