mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 03:03:37 +00:00
svn path=/nixos/trunk/; revision=17823
This commit is contained in:
parent
f6f5d0414e
commit
e055085ac1
@ -8,9 +8,11 @@
|
||||
|
||||
installer.configModule = "./nixos/modules/installer/cd-dvd/installation-cd-minimal.nix";
|
||||
|
||||
# allow starting sshd by running "start sshd"
|
||||
# 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.
|
||||
services.sshd.enable = true;
|
||||
jobs.sshd.startOn = "never-start-ssh-automatically-you-should-set-root-password-first";
|
||||
jobs.sshd.startOn = "";
|
||||
|
||||
# Don't include X libraries.
|
||||
services.sshd.forwardX11 = false;
|
||||
|
Loading…
Reference in New Issue
Block a user