From 292aab9822c1f0fcdabdfd81e6dd8db1e39df894 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 3 Oct 2022 11:10:46 +0800 Subject: [PATCH] nixos/systemd: update extraConfig description --- nixos/modules/system/boot/systemd.nix | 4 ++-- 1 file 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. ''; };