From d54124cd0d79a4bfe0cfa8592d20bea17a28d61c Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Fri, 7 Feb 2025 21:31:18 -0600 Subject: [PATCH] added G size to nas root disk --- nas.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nas.tf b/nas.tf index c881579..7ea3087 100644 --- a/nas.tf +++ b/nas.tf @@ -44,7 +44,7 @@ resource "proxmox_vm_qemu" "nas" { mbps_wr_burst = 0.0 mbps_wr_concurrent = 0.0 replicate = true - size = 42 + size = 42G storage = "local-lvm" } }