From 5000d99149a982e5219065a408060820aa8fc426 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 9 Jul 2013 15:59:57 +0200 Subject: [PATCH] Remove outdated comment Password-based remote root logins are not allowed anyway. --- modules/profiles/installation-device.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/profiles/installation-device.nix b/modules/profiles/installation-device.nix index 28c6b09670b..34f1b1b05b4 100644 --- a/modules/profiles/installation-device.nix +++ b/modules/profiles/installation-device.nix @@ -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 "";