install-device: correct command to start sshd

This commit is contained in:
Pascal Bach 2017-01-23 22:25:28 +01:00 committed by Robin Gloster
parent 03ef04f0a4
commit 01fd86723c

View file

@ -45,7 +45,7 @@ with lib;
"Type `systemctl start display-manager' to\nstart the graphical user interface."}
'';
# Allow sshd to be started manually through "start sshd".
# Allow sshd to be started manually through "systemctl start sshd".
services.openssh = {
enable = true;
# Allow password login to the installation, if the user sets a password via "passwd"