summary refs log tree commit diff
path: root/nixos/modules/tasks/auto-upgrade.nix
diff options
context:
space:
mode:
authorSean Buckley <buckley310@users.noreply.github.com>2020-02-28 12:03:41 -0500
committerGitHub <noreply@github.com>2020-02-28 12:03:41 -0500
commit14a1aa4a3dbfbde733cbc133828cfca951e8bdf6 (patch)
tree49f7f8fe518ba94cdf131a3985fda68f62cdcdb6 /nixos/modules/tasks/auto-upgrade.nix
parentb6cad64ef6cbbfe48b920bfab51a41eeefe8b636 (diff)
downloadnixpkgs-14a1aa4a3dbfbde733cbc133828cfca951e8bdf6.tar
nixpkgs-14a1aa4a3dbfbde733cbc133828cfca951e8bdf6.tar.gz
nixpkgs-14a1aa4a3dbfbde733cbc133828cfca951e8bdf6.tar.bz2
nixpkgs-14a1aa4a3dbfbde733cbc133828cfca951e8bdf6.tar.lz
nixpkgs-14a1aa4a3dbfbde733cbc133828cfca951e8bdf6.tar.xz
nixpkgs-14a1aa4a3dbfbde733cbc133828cfca951e8bdf6.tar.zst
nixpkgs-14a1aa4a3dbfbde733cbc133828cfca951e8bdf6.zip
NixOS/auto-upgrade: fix wording
Co-Authored-By: Pascal Hertleif <killercup@gmail.com>
Diffstat (limited to 'nixos/modules/tasks/auto-upgrade.nix')
-rw-r--r--nixos/modules/tasks/auto-upgrade.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/tasks/auto-upgrade.nix b/nixos/modules/tasks/auto-upgrade.nix
index 57ca7cd9419..6eaa40613d1 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.
         '';
       };