about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJade Lovelace <software@lfcode.ca>2023-10-03 00:57:07 -0700
committerJade Lovelace <software@lfcode.ca>2024-01-18 16:28:42 -0800
commit83ba37ca2d566eb9c4748cd93e79d6838bb34147 (patch)
tree4546c21b24960cd6add295c62884852e86beb4e9 /nixos
parent58aa87fb71d77a61fee0dc458f94b7185c37d8de (diff)
nixos/tests: fix ulogd under network-online dep fix
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/ulogd/ulogd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/ulogd/ulogd.py b/nixos/tests/ulogd/ulogd.py
index d20daa4d733a2..76a8d0c6e24a3 100644
--- a/nixos/tests/ulogd/ulogd.py
+++ b/nixos/tests/ulogd/ulogd.py
@@ -1,5 +1,6 @@
 start_all()
 machine.wait_for_unit("ulogd.service")
+machine.systemctl("start network-online.target")
 machine.wait_for_unit("network-online.target")
 
 with subtest("Ulogd is running"):