* You need an override here, otherwise bad things happen.

svn path=/nixos/trunk/; revision=17831
This commit is contained in:
Eelco Dolstra 2009-10-15 14:32:15 +00:00
parent 762c13b83e
commit da5f745603

View File

@ -12,7 +12,7 @@
# not be started by default on the installation CD because the
# default root password is empty.
services.sshd.enable = true;
jobs.sshd.startOn = "";
jobs.sshd.startOn = pkgs.lib.mkOverride 50 {} "";
# Don't include X libraries.
services.sshd.forwardX11 = false;