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."}
'';
# Allow sshd to be started manually through "start sshd". It should
# not be started by default on the installation CD because the
# default root password is empty.
# Allow sshd to be started manually through "start sshd".
services.openssh.enable = true;
jobs.sshd.startOn = pkgs.lib.mkOverride 50 "";