Commit 7b1af674 authored by Robert Hensing's avatar Robert Hensing
Browse files

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`.
parent b1bbd024
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
      '';
    };