From bdde743d2d347cb90de3d02eda5777364b4bc8e2 Mon Sep 17 00:00:00 2001 From: Jacek Galowicz Date: Tue, 21 Apr 2026 10:37:38 +0000 Subject: [PATCH] nixosTests.cloud-init: fix hostname --- nixos/tests/cloud-init-hostname.nix | 2 +- nixos/tests/cloud-init.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/tests/cloud-init-hostname.nix b/nixos/tests/cloud-init-hostname.nix index 0f0c0b20d426..2d44e8598239 100644 --- a/nixos/tests/cloud-init-hostname.nix +++ b/nixos/tests/cloud-init-hostname.nix @@ -27,7 +27,7 @@ in illustris ]; - nodes.machine2 = + nodes.unnamed = { ... }: { virtualisation.qemu.options = [ diff --git a/nixos/tests/cloud-init.nix b/nixos/tests/cloud-init.nix index 7c8b1c80e251..50da2934ea23 100644 --- a/nixos/tests/cloud-init.nix +++ b/nixos/tests/cloud-init.nix @@ -60,7 +60,7 @@ in lewo illustris ]; - nodes.machine = { + nodes.unnamed = { virtualisation.qemu.options = [ "-cdrom" "${metadataDrive}/metadata.iso"