about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-12-29 17:00:45 +0300
committerK900 <me@0upti.me>2023-12-29 17:01:04 +0300
commit0403c41f61bbb3065d9d894ee5b4e799af872c4d (patch)
tree40473f0e181657aaebc947b98d406877ea34c076 /nixos
parent59d6dec310aad24b70818937fb75324e667a8fee (diff)
nixos/installer: add a link to how to actually upgrade your system to the stateVersion note
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/installer/tools/tools.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/modules/installer/tools/tools.nix b/nixos/modules/installer/tools/tools.nix
index 9ccc76a82c95a..a7d11370d445e 100644
--- a/nixos/modules/installer/tools/tools.nix
+++ b/nixos/modules/installer/tools/tools.nix
@@ -231,7 +231,8 @@ in
         # even if you've upgraded your system to a new NixOS release.
         #
         # This value does NOT affect the Nixpkgs version your packages and OS are pulled from,
-        # so changing it will NOT upgrade your system.
+        # so changing it will NOT upgrade your system - see https://nixos.org/manual/nixos/stable/#sec-upgrading for how
+        # to actually do that.
         #
         # This value being lower than the current NixOS release does NOT mean your system is
         # out of date, out of support, or vulnerable.