nixos/tests: fix 3proxy under network-online dep fix

This commit is contained in:
Jade Lovelace 2023-10-03 00:58:13 -07:00
parent 83ba37ca2d
commit f25957bb58

View File

@ -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")