From 440cd0973467e855df8e4cca55a8b6da0c67b164 Mon Sep 17 00:00:00 2001 From: mistsage2 Date: Sat, 18 Oct 2025 12:08:50 -0400 Subject: [PATCH] attempt idk a lot --- srv-debianlxc.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srv-debianlxc.tf b/srv-debianlxc.tf index 583e755..cb11424 100644 --- a/srv-debianlxc.tf +++ b/srv-debianlxc.tf @@ -11,7 +11,7 @@ resource "proxmox_lxc" "basic" { // Terraform will crash without rootfs defined rootfs { - storage = "local" + storage = "local-zfs" size = "8G" }