From b203ff34d93b82e90eaea45c0b11fe7de518b5fe Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Fri, 22 Aug 2025 00:19:50 -0500 Subject: [PATCH] changes post telmate bump --- nas.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nas.tf b/nas.tf index 8bc217f..5395d0e 100644 --- a/nas.tf +++ b/nas.tf @@ -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" }