nixos/tests: fix hostname under network-online dep fix [BROKEN]

This commit is contained in:
Jade Lovelace 2023-10-03 00:53:37 -07:00
parent cc63754f56
commit 9067ecf283

View File

@ -34,6 +34,7 @@ let
machine = ${hostName}
machine.systemctl("start network-online.target")
machine.wait_for_unit("network-online.target")
# Test if NixOS computes the correct FQDN (either a FQDN or an error/null):