NixOS/auto-upgrade: refine option description

wip/yesman
Sean Buckley 4 years ago
parent 14a1aa4a3d
commit 9d3aa711fe
  1. 8
      nixos/modules/tasks/auto-upgrade.nix

@ -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>
'';
};

Loading…
Cancel
Save