fix: setting vm to immediately start after provisioning

This commit is contained in:
2026-05-29 12:10:27 +02:00
parent c436075c1b
commit 9c52843603
+1 -1
View File
@@ -226,7 +226,7 @@ const k3sVms = nodeConfigs.map(
scsiHardware: "virtio-scsi-pci",
serialDevices: [{}],
vga: { type: "serial0" },
agent: { enabled: false },
agent: { enabled: true },
started: false,
stopOnDestroy: true,
},