1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

Fix help message

This commit is contained in:
Eelco Dolstra 2013-01-22 12:52:13 +01:00
parent d75fa1fdc1
commit dd760bac9c

View file

@ -117,10 +117,8 @@ in
''
Log in as "root" with an empty password. ${
if config.services.xserver.enable then
"Type `start xserver' to start\nthe graphical user interface."
else ""
}
optionalString config.services.xserver.enable
"Type `start display-manager' to\nstart the graphical user interface."}
'';
# Allow sshd to be started manually through "start sshd". It should