nixos/*: automatically convert option docs

This commit is contained in:
pennae
2022-08-05 19:39:00 +02:00
parent 423545fe48
commit 087472b1e5
162 changed files with 1552 additions and 1552 deletions

View File

@@ -629,10 +629,10 @@ in
timeoutStartSec = mkOption {
type = types.str;
default = "1min";
description = ''
description = lib.mdDoc ''
Time for the container to start. In case of a timeout,
the container processes get killed.
See <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>
See {manpage}`systemd.time(7)`
for more information about the format.
'';
};