nixos/systemd: update extraConfig description
This commit is contained in:
parent
b142555481
commit
292aab9822
1 changed files with 2 additions and 2 deletions
|
@ -325,8 +325,8 @@ in
|
||||||
type = types.lines;
|
type = types.lines;
|
||||||
example = "DefaultLimitCORE=infinity";
|
example = "DefaultLimitCORE=infinity";
|
||||||
description = lib.mdDoc ''
|
description = lib.mdDoc ''
|
||||||
Extra config options for systemd. See man systemd-system.conf for
|
Extra config options for systemd. See systemd-system.conf(5) man page
|
||||||
available options.
|
for available options.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue