changes post telmate bump

This commit is contained in:
tolerryan
2025-08-22 00:19:50 -05:00
parent 90c79e3558
commit b203ff34d9

2
nas.tf
View File

@@ -18,7 +18,6 @@ resource "proxmox_vm_qemu" "nas" {
# VM CPU Settings # VM CPU Settings
cores = 6 cores = 6
sockets = 1 sockets = 1
cpu = "host"
# VM Memory Settings # VM Memory Settings
memory = 4024 memory = 4024
@@ -60,6 +59,7 @@ resource "proxmox_vm_qemu" "nas" {
# VM Network Settings # VM Network Settings
network { network {
id = "net0"
bridge = "vmbr0" bridge = "vmbr0"
model = "virtio" model = "virtio"
} }