changes post telmate bump

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

4
nas.tf
View File

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