summaryrefslogtreecommitdiffstats
path: root/nixos/modules/tasks
diff options
context:
space:
mode:
authorSean Buckley <sean.bck@gmail.com>2020-03-03 22:14:31 -0500
committerSean Buckley <sean.bck@gmail.com>2020-03-03 22:14:31 -0500
commit9d3aa711fe64868aa5a7ac5038a39b861cacefdb (patch)
treef742df33bf4da70a0276e0318ef9dbab449a85d0 /nixos/modules/tasks
parent14a1aa4a3dbfbde733cbc133828cfca951e8bdf6 (diff)
NixOS/auto-upgrade: refine option description
Diffstat (limited to 'nixos/modules/tasks')
-rw-r--r--nixos/modules/tasks/auto-upgrade.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/nixos/modules/tasks/auto-upgrade.nix b/nixos/modules/tasks/auto-upgrade.nix
index 6eaa40613d17..bfc1e301efaf 100644
--- a/nixos/modules/tasks/auto-upgrade.nix
+++ b/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>
'';
};