diff --git a/nixos/modules/tasks/auto-upgrade.nix b/nixos/modules/tasks/auto-upgrade.nix index 57ca7cd94194..6eaa40613d17 100644 --- a/nixos/modules/tasks/auto-upgrade.nix +++ b/nixos/modules/tasks/auto-upgrade.nix @@ -70,7 +70,7 @@ let cfg = config.system.autoUpgrade; in 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 timestamp. + This value must be a valid systemd timespan. ''; };