* You need an override here, otherwise bad things happen.
svn path=/nixos/trunk/; revision=17831
This commit is contained in:
parent
762c13b83e
commit
da5f745603
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user