Fix the sshd check in the rebuildCD test

Also reduce the amount of memory.
This commit is contained in:
Eelco Dolstra
2013-07-09 16:12:34 +02:00
parent 5000d99149
commit fd14641ef5
2 changed files with 5 additions and 6 deletions

View File

@@ -41,7 +41,7 @@ with pkgs.lib;
# Allow sshd to be started manually through "start sshd".
services.openssh.enable = true;
jobs.sshd.startOn = pkgs.lib.mkOverride 50 "";
systemd.services.sshd.wantedBy = mkOverride 50 [];
# Enable wpa_supplicant, but don't start it by default.
networking.wireless.enable = true;