about summary refs log tree commit diff
path: root/nixos/tests/acme.nix
diff options
context:
space:
mode:
authorJade Lovelace <software@lfcode.ca>2023-10-03 00:54:15 -0700
committerJade Lovelace <software@lfcode.ca>2024-01-18 16:28:42 -0800
commit274466d1fc8e0d462fd1feaa95cd1580162b857d (patch)
treecb3a1f4fbd8c3ec886667b83ee27fbd3a270de99 /nixos/tests/acme.nix
parent9067ecf283d13646c8272d03a88e96031a9a92fd (diff)
nixos/tests: fix acme under network-online dep fix
Diffstat (limited to 'nixos/tests/acme.nix')
-rw-r--r--nixos/tests/acme.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/acme.nix b/nixos/tests/acme.nix
index e5f2d4c7934a1..272782dc2f621 100644
--- a/nixos/tests/acme.nix
+++ b/nixos/tests/acme.nix
@@ -522,6 +522,7 @@ in {
           'curl --data \'{"host": "${caDomain}", "addresses": ["${nodes.acme.networking.primaryIPAddress}"]}\' http://${dnsServerIP nodes}:8055/add-a'
       )
 
+      acme.systemctl("start network-online.target")
       acme.wait_for_unit("network-online.target")
       acme.wait_for_unit("pebble.service")