adding virt0 back

This commit is contained in:
tolerryan
2024-11-18 23:43:26 -06:00
parent 7d22646a75
commit 5c5093d1cf

View File

@@ -20,19 +20,19 @@ resource "proxmox_vm_qemu" "grail" {
#features { #features {
# nesting = true # nesting = true
#} #}
#disks{ disks{
# virtio{ virtio{
# virtio0{ virtio0{
# disk{ disk{
# discard = true discard = true
# #emulatessd = true # #emulatessd = true
# asyncio = "threads" asyncio = "threads"
# size = "32G" size = "32G"
# storage = "nvme" storage = "nvme"
# } }
# } }
# } }
#} }
#mountpoint{ #mountpoint{
# key = "0" # key = "0"