Fix help message
This commit is contained in:
parent
d75fa1fdc1
commit
dd760bac9c
|
@ -117,10 +117,8 @@ in
|
||||||
''
|
''
|
||||||
|
|
||||||
Log in as "root" with an empty password. ${
|
Log in as "root" with an empty password. ${
|
||||||
if config.services.xserver.enable then
|
optionalString config.services.xserver.enable
|
||||||
"Type `start xserver' to start\nthe graphical user interface."
|
"Type `start display-manager' to\nstart the graphical user interface."}
|
||||||
else ""
|
|
||||||
}
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Allow sshd to be started manually through "start sshd". It should
|
# Allow sshd to be started manually through "start sshd". It should
|
||||||
|
|
Loading…
Reference in New Issue