install-device: correct command to start sshd
This commit is contained in:
committed by
Robin Gloster
parent
03ef04f0a4
commit
01fd86723c
@@ -45,7 +45,7 @@ with lib;
|
|||||||
"Type `systemctl start display-manager' to\nstart the graphical user interface."}
|
"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 = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# Allow password login to the installation, if the user sets a password via "passwd"
|
# Allow password login to the installation, if the user sets a password via "passwd"
|
||||||
|
|||||||
Reference in New Issue
Block a user