nixosTests.cloud-init: fix hostname

This commit is contained in:
Jacek Galowicz
2026-04-21 10:37:38 +00:00
committed by Jacek Galowicz
parent 73789d37d6
commit bdde743d2d
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ in
illustris
];
nodes.machine2 =
nodes.unnamed =
{ ... }:
{
virtualisation.qemu.options = [

View File

@@ -60,7 +60,7 @@ in
lewo
illustris
];
nodes.machine = {
nodes.unnamed = {
virtualisation.qemu.options = [
"-cdrom"
"${metadataDrive}/metadata.iso"