forked from mirrors/nixpkgs
Clarify suppressed units description
This commit is contained in:
parent
2431347042
commit
5bfe213315
|
@ -339,10 +339,11 @@ in
|
||||||
type = types.listOf types.str;
|
type = types.listOf types.str;
|
||||||
example = [ "systemd-backlight@.service" ];
|
example = [ "systemd-backlight@.service" ];
|
||||||
description = ''
|
description = ''
|
||||||
A list of units to suppress when generating system systemd configuration directory. This has
|
A list of units to skip when generating system systemd configuration directory. This has
|
||||||
priority over upstream units, <option>systemd.units</option>, and
|
priority over upstream units, <option>systemd.units</option>, and
|
||||||
<option>systemd.additionalUpstreamSystemUnits</option>. The main purpose of this is to
|
<option>systemd.additionalUpstreamSystemUnits</option>. The main purpose of this is to
|
||||||
suppress a upstream systemd unit with any modifications made to it by other NixOS modules.
|
prevent a upstream systemd unit from being added to the initrd with any modifications made to it
|
||||||
|
by other NixOS modules.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -205,10 +205,11 @@ in {
|
||||||
example = [ "systemd-backlight@.service" ];
|
example = [ "systemd-backlight@.service" ];
|
||||||
visible = false;
|
visible = false;
|
||||||
description = ''
|
description = ''
|
||||||
A list of units to suppress when generating system systemd configuration directory. This has
|
A list of units to skip when generating system systemd configuration directory. This has
|
||||||
priority over upstream units, <option>systemd.units</option>, and
|
priority over upstream units, <option>boot.initrd.systemd.units</option>, and
|
||||||
<option>systemd.additionalUpstreamSystemUnits</option>. The main purpose of this is to
|
<option>boot.initrd.systemd.additionalUpstreamUnits</option>. The main purpose of this is to
|
||||||
suppress a upstream systemd unit with any modifications made to it by other NixOS modules.
|
prevent a upstream systemd unit from being added to the initrd with any modifications made to it
|
||||||
|
by other NixOS modules.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue