mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
nixosTests.cloud-init: fix hostname
This commit is contained in:
committed by
Jacek Galowicz
parent
73789d37d6
commit
bdde743d2d
@@ -27,7 +27,7 @@ in
|
||||
illustris
|
||||
];
|
||||
|
||||
nodes.machine2 =
|
||||
nodes.unnamed =
|
||||
{ ... }:
|
||||
{
|
||||
virtualisation.qemu.options = [
|
||||
|
||||
@@ -60,7 +60,7 @@ in
|
||||
lewo
|
||||
illustris
|
||||
];
|
||||
nodes.machine = {
|
||||
nodes.unnamed = {
|
||||
virtualisation.qemu.options = [
|
||||
"-cdrom"
|
||||
"${metadataDrive}/metadata.iso"
|
||||
|
||||
Reference in New Issue
Block a user