NixOS/auto-upgrade: refine option description

This commit is contained in:
Sean Buckley 2020-03-03 22:14:31 -05:00
parent 14a1aa4a3d
commit 9d3aa711fe

View file

@ -68,9 +68,11 @@ let cfg = config.system.autoUpgrade; in
type = types.str;
example = "45min";
description = ''
Add a randomized delay to wait before automatically upgrading.
The delay will be between zero and this value.
This value must be a valid systemd timespan.
Add a randomized delay before each automatic upgrade.
The delay will be chozen between zero and this value.
This value must be a time span in the format specified by
<citerefentry><refentrytitle>systemd.time</refentrytitle>
<manvolnum>7</manvolnum></citerefentry>
'';
};