From f25957bb58b833cdeadd78269ef7e5e33d793310 Mon Sep 17 00:00:00 2001 From: Jade Lovelace Date: Tue, 3 Oct 2023 00:58:13 -0700 Subject: [PATCH] nixos/tests: fix 3proxy under network-online dep fix --- nixos/tests/3proxy.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/tests/3proxy.nix b/nixos/tests/3proxy.nix index 83d39de018a3..b80b4e166d48 100644 --- a/nixos/tests/3proxy.nix +++ b/nixos/tests/3proxy.nix @@ -134,6 +134,7 @@ testScript = '' start_all() + peer0.systemctl("start network-online.target") peer0.wait_for_unit("network-online.target") peer1.wait_for_unit("3proxy.service")