From 9067ecf283d13646c8272d03a88e96031a9a92fd Mon Sep 17 00:00:00 2001 From: Jade Lovelace Date: Tue, 3 Oct 2023 00:53:37 -0700 Subject: [PATCH] nixos/tests: fix hostname under network-online dep fix [BROKEN] --- nixos/tests/hostname.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/tests/hostname.nix b/nixos/tests/hostname.nix index 6122e2ffeb83..dffec956bc0b 100644 --- a/nixos/tests/hostname.nix +++ b/nixos/tests/hostname.nix @@ -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):