missed config options

This commit is contained in:
tolerryan
2025-02-02 23:29:46 -06:00
parent 768c615be1
commit f83c280687

5
nas.tf
View File

@@ -46,14 +46,19 @@ resource "proxmox_vm_qemu" "nas" {
asyncio = "native"
discard = "true"
iothread = "true"
format = "raw"
media = "disk"
size = "140G"
storage = "local-lvm"
}
virtio1 {
#bulk disk
asyncio = "native"
backup = "false"
iothread = "true"
format = "raw"
media = "disk"
size = "8T"
storage = "watari"
}