From 7b1af6748638e10ad79eda24ebf8b67c06bafd06 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Tue, 2 Jul 2024 12:09:07 +0200 Subject: [PATCH] nixos/journald: Link to journald manpage This creates a link to https://www.freedesktop.org/software/systemd/man/latest/journald.conf.html, thanks to `doc/manpage-urls.json`. --- nixos/modules/system/boot/systemd/journald.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/system/boot/systemd/journald.nix b/nixos/modules/system/boot/systemd/journald.nix index f9f05d2b08f4..586de87dbc8e 100644 --- a/nixos/modules/system/boot/systemd/journald.nix +++ b/nixos/modules/system/boot/systemd/journald.nix @@ -72,7 +72,7 @@ in { type = types.lines; example = "Storage=volatile"; description = '' - Extra config options for systemd-journald. See man journald.conf + Extra config options for systemd-journald. See {manpage}`journald.conf(5)` for available options. ''; };