From b8da5d6a3c690909ea3721cded8b8bd0e8476e18 Mon Sep 17 00:00:00 2001 From: Jade Lovelace Date: Tue, 3 Oct 2023 22:08:33 -0700 Subject: [PATCH] nixos/tests: fix gitdaemon under network-online dep fix --- nixos/tests/gitdaemon.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/tests/gitdaemon.nix b/nixos/tests/gitdaemon.nix index bb07b6e97b7f..052fa902b450 100644 --- a/nixos/tests/gitdaemon.nix +++ b/nixos/tests/gitdaemon.nix @@ -59,6 +59,9 @@ in { with subtest("git daemon starts"): server.wait_for_unit("git-daemon.service") + + server.systemctl("start network-online.target") + client.systemctl("start network-online.target") server.wait_for_unit("network-online.target") client.wait_for_unit("network-online.target")