mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixos/*: convert straggler options to MD
This commit is contained in:
parent
e04a09082e
commit
1d41cff3dc
31 changed files with 153 additions and 144 deletions
|
@ -12,19 +12,19 @@ let
|
|||
backups. It consists of a series of retention periodes to interval
|
||||
associations:
|
||||
|
||||
<literal>
|
||||
```
|
||||
retA=>intA,retB=>intB,...
|
||||
</literal>
|
||||
```
|
||||
|
||||
Both intervals and retention periods are expressed in standard units
|
||||
of time or multiples of them. You can use both the full name or a
|
||||
shortcut according to the following listing:
|
||||
|
||||
<literal>
|
||||
```
|
||||
second|sec|s, minute|min, hour|h, day|d, week|w, month|mon|m, year|y
|
||||
</literal>
|
||||
```
|
||||
|
||||
See <citerefentry><refentrytitle>znapzendzetup</refentrytitle><manvolnum>1</manvolnum></citerefentry> for more info.
|
||||
See {manpage}`znapzendzetup(1)` for more info.
|
||||
'';
|
||||
planExample = "1h=>10min,1d=>1h,1w=>1d,1m=>1w,1y=>1m";
|
||||
|
||||
|
@ -57,7 +57,7 @@ let
|
|||
|
||||
plan = mkOption {
|
||||
type = str;
|
||||
description = planDescription;
|
||||
description = lib.mdDoc planDescription;
|
||||
example = planExample;
|
||||
};
|
||||
|
||||
|
@ -209,7 +209,7 @@ let
|
|||
|
||||
plan = mkOption {
|
||||
type = str;
|
||||
description = planDescription;
|
||||
description = lib.mdDoc planDescription;
|
||||
example = planExample;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue