about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJade Lovelace <software@lfcode.ca>2023-10-03 01:04:16 -0700
committerJade Lovelace <software@lfcode.ca>2024-01-19 00:11:34 -0800
commit9b29e5eb7efc7327f2ba5cb44a98df4196fb8ce3 (patch)
tree1d0e6a1f28d2b7afb6f2347ff2998960a196c83b /nixos
parentdbb2d3e220915443caf65e347f525f2a6e6604c9 (diff)
nixos/tests: fix owncast under network-online dep fix [BROKEN]
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/owncast.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/tests/owncast.nix b/nixos/tests/owncast.nix
index debb34f5009dc..73aac4e704751 100644
--- a/nixos/tests/owncast.nix
+++ b/nixos/tests/owncast.nix
@@ -31,6 +31,8 @@ import ./make-test-python.nix ({ pkgs, ... }: {
   testScript = ''
     start_all()
 
+    client.systemctl("start network-online.target")
+    server.systemctl("start network-online.target")
     client.wait_for_unit("network-online.target")
     server.wait_for_unit("network-online.target")
     server.wait_for_unit("owncast.service")