diff --git a/proxmox-infra/index.ts b/proxmox-infra/index.ts index 436b1f2..2ed09ad 100644 --- a/proxmox-infra/index.ts +++ b/proxmox-infra/index.ts @@ -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, },