documentation: fix start display-manager command

[Bjørn: The 'start' alias was removed in commit 1d9651e723
("Remove systemd shell aliases").]

Changed files
+2 -2
nixos
doc
manual
installation
modules
+1 -1
nixos/doc/manual/installation/installing.xml
···
(with empty password).</para></listitem>
<listitem><para>If you downloaded the graphical ISO image, you can
-
run <command>start display-manager</command> to start KDE. If you
want to continue on the terminal, you can use
<command>loadkeys</command> to switch to your preferred keyboard layout.
(We even provide neo2 via <command>loadkeys de neo</command>!)</para></listitem>
···
(with empty password).</para></listitem>
<listitem><para>If you downloaded the graphical ISO image, you can
+
run <command>systemctl start display-manager</command> to start KDE. If you
want to continue on the terminal, you can use
<command>loadkeys</command> to switch to your preferred keyboard layout.
(We even provide neo2 via <command>loadkeys de neo</command>!)</para></listitem>
+1 -1
nixos/modules/profiles/installation-device.nix
···
The "root" account has an empty password. ${
optionalString config.services.xserver.enable
-
"Type `start display-manager' to\nstart the graphical user interface."}
'';
# Allow sshd to be started manually through "start sshd".
···
The "root" account has an empty password. ${
optionalString config.services.xserver.enable
+
"Type `systemctl start display-manager' to\nstart the graphical user interface."}
'';
# Allow sshd to be started manually through "start sshd".