mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-20 04:33:57 +00:00
Remove outdated comment
Password-based remote root logins are not allowed anyway.
This commit is contained in:
parent
60f1424cde
commit
5000d99149
@ -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 "";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user