about summary refs log tree commit diff
path: root/nixos/tests/gitdaemon.nix
diff options
context:
space:
mode:
authorJade Lovelace <software@lfcode.ca>2023-10-03 22:08:33 -0700
committerJade Lovelace <software@lfcode.ca>2024-01-19 00:11:34 -0800
commitb8da5d6a3c690909ea3721cded8b8bd0e8476e18 (patch)
tree491c3cd63f91edca200b12eccfa85f67554916bd /nixos/tests/gitdaemon.nix
parent174ffdcbc4f0512b26053ed18b53af1661d9cf27 (diff)
nixos/tests: fix gitdaemon under network-online dep fix
Diffstat (limited to 'nixos/tests/gitdaemon.nix')
-rw-r--r--nixos/tests/gitdaemon.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/tests/gitdaemon.nix b/nixos/tests/gitdaemon.nix
index bb07b6e97b7fb..052fa902b4504 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")