summaryrefslogtreecommitdiffstats
path: root/nixos/tests/buildbot.nix
diff options
context:
space:
mode:
authorBen Wolsieffer <benwolsieffer@gmail.com>2020-02-29 18:24:02 -0500
committerGitHub <noreply@github.com>2020-02-29 18:24:02 -0500
commit07727dbd1673c651ecb4449a38f2207134fc6097 (patch)
treebb7de1e1fa3a6641d8d2917962fbeb620068f6c7 /nixos/tests/buildbot.nix
parentb209cc7f762d86c8656cffd72bdbdcbe85e14017 (diff)
buildbot: 2.6.0 -> 2.7.0 (#81406)
Diffstat (limited to 'nixos/tests/buildbot.nix')
-rw-r--r--nixos/tests/buildbot.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/buildbot.nix b/nixos/tests/buildbot.nix
index 5655a34a8b51..0d979dc2d054 100644
--- a/nixos/tests/buildbot.nix
+++ b/nixos/tests/buildbot.nix
@@ -41,7 +41,7 @@ import ./make-test-python.nix {
systemd.services.git-daemon = {
description = "Git daemon for the test";
wantedBy = [ "multi-user.target" ];
- after = [ "network.target" ];
+ after = [ "network.target" "sshd.service" ];
serviceConfig.Restart = "always";
path = with pkgs; [ coreutils git openssh ];