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