mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
Fix help message
This commit is contained in:
parent
d75fa1fdc1
commit
dd760bac9c
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue