nixos/systemd: update extraConfig description

This commit is contained in:
Gabriel Arazas
2022-10-03 11:17:41 +08:00
parent b142555481
commit 292aab9822
+2 -2
View File
@@ -325,8 +325,8 @@ in
type = types.lines;
example = "DefaultLimitCORE=infinity";
description = lib.mdDoc ''
Extra config options for systemd. See man systemd-system.conf for
available options.
Extra config options for systemd. See systemd-system.conf(5) man page
for available options.
'';
};