diff --git a/grail.tf b/grail.tf index 0b78ce1..4400383 100644 --- a/grail.tf +++ b/grail.tf @@ -22,15 +22,15 @@ resource "proxmox_vm_qemu" "grail" { # nesting = true #} disks{ - virtio{ - virtio0{ + scsi{ + scsi0{ disk{ - discard = true - # #emulatessd = true - asyncio = "threads" - iothread = true - size = "32G" storage = "nvme" + asyncio = "threads" + discard = true + iothread = true + size = "42G" + emulatessd = true } } }