nixos/tests: fix hostname under network-online dep fix [BROKEN]
This commit is contained in:
parent
cc63754f56
commit
9067ecf283
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ let
|
||||||
|
|
||||||
machine = ${hostName}
|
machine = ${hostName}
|
||||||
|
|
||||||
|
machine.systemctl("start network-online.target")
|
||||||
machine.wait_for_unit("network-online.target")
|
machine.wait_for_unit("network-online.target")
|
||||||
|
|
||||||
# Test if NixOS computes the correct FQDN (either a FQDN or an error/null):
|
# Test if NixOS computes the correct FQDN (either a FQDN or an error/null):
|
||||||
|
|
Loading…
Reference in a new issue