diff --git a/nixos/doc/manual/installation/upgrading.xml b/nixos/doc/manual/installation/upgrading.xml
index 8d3f35b7c26..92864cf2557 100644
--- a/nixos/doc/manual/installation/upgrading.xml
+++ b/nixos/doc/manual/installation/upgrading.xml
@@ -120,12 +120,17 @@ nixos https://nixos.org/channels/nixos-unstable
to configuration.nix:
= true;
+ = true;
This enables a periodically executed systemd service named
- nixos-upgrade.service. It runs nixos-rebuild
- switch --upgrade to upgrade NixOS to the latest version in the
- current channel. (To see when the service runs, see systemctl
- list-timers.) You can also specify a channel explicitly, e.g.
+ nixos-upgrade.service. If the allowReboot
+ option is false, it runs nixos-rebuild switch
+ --upgrade to upgrade NixOS to the latest version in the current
+ channel. (To see when the service runs, see systemctl list-timers.)
+ If allowReboot is true, then the
+ system will automatically reboot if the new generation contains a different
+ kernel, initrd or kernel modules.
+ You can also specify a channel explicitly, e.g.
= https://nixos.org/channels/nixos-19.09;