diff --git a/grail.tf b/grail.tf index f642635..0b78ce1 100644 --- a/grail.tf +++ b/grail.tf @@ -28,7 +28,7 @@ resource "proxmox_vm_qemu" "grail" { discard = true # #emulatessd = true asyncio = "threads" - iothread = 1 + iothread = true size = "32G" storage = "nvme" }