nixos/tests: fix hostname under network-online dep fix [BROKEN]
Jade Lovelace 2 years ago 9067ecf2 cc63754f
··· 34 34 35 35 machine = ${hostName} 36 36 37 37 + machine.systemctl("start network-online.target") 37 38 machine.wait_for_unit("network-online.target") 38 39 39 40 # Test if NixOS computes the correct FQDN (either a FQDN or an error/null):