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