Merge pull request #185474 from pennae/option-docs-md

nixos/*: more options md conversion
This commit is contained in:
pennae 2022-08-12 23:23:26 +02:00 committed by GitHub
commit 50f9b3107a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
168 changed files with 1573 additions and 1775 deletions

View file

@ -629,11 +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.
'';
};