diff --git a/nixos/doc/manual/installation/installing.xml b/nixos/doc/manual/installation/installing.xml
index 04a186a1bca..79d07ae7257 100644
--- a/nixos/doc/manual/installation/installing.xml
+++ b/nixos/doc/manual/installation/installing.xml
@@ -37,6 +37,11 @@
first disable network-manager with
systemctl stop network-manager.
+ If you would like to continue the installation from a different
+ machine you need to activate the SSH daemon via systemctl start sshd.
+ In order to be able to login you also need to set a password for
+ root using passwd.
+
The NixOS installer doesn’t do any partitioning or
formatting yet, so you need to do that yourself. Use the following
commands: