Remove outdated comment

Password-based remote root logins are not allowed anyway.
This commit is contained in:
Eelco Dolstra 2013-07-09 15:59:57 +02:00
parent 60f1424cde
commit 5000d99149

View File

@ -39,9 +39,7 @@ with pkgs.lib;
"Type `start display-manager' to\nstart the graphical user interface."} "Type `start display-manager' to\nstart the graphical user interface."}
''; '';
# Allow sshd to be started manually through "start sshd". It should # Allow sshd to be started manually through "start sshd".
# not be started by default on the installation CD because the
# default root password is empty.
services.openssh.enable = true; services.openssh.enable = true;
jobs.sshd.startOn = pkgs.lib.mkOverride 50 ""; jobs.sshd.startOn = pkgs.lib.mkOverride 50 "";