summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorChristian Kögler <ck3d@gmx.de>2022-10-03 21:56:25 +0200
committerGitHub <noreply@github.com>2022-10-03 21:56:25 +0200
commitfd323dfe4915d8b1d09013a8e8afecb1f4b05cb1 (patch)
tree6e340d8815900dd3a603e0e76f6fa13822bd3d06 /nixos
parentd513b46c8f80e2e0026c0b8661864d70f9a7c263 (diff)
parent292aab9822c1f0fcdabdfd81e6dd8db1e39df894 (diff)
Merge pull request #194159 from foo-dogsquared/update-systemd-extraconfig-module-doc
nixos/systemd: update extraConfig description
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/system/boot/systemd.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix
index a3bff27626d8..8f2044a0985e 100644
--- a/nixos/modules/system/boot/systemd.nix
+++ b/nixos/modules/system/boot/systemd.nix
@@ -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.
'';
};