diff --git a/bookstack.tf b/bookstack.tf index 31b187a..2bdcec0 100644 --- a/bookstack.tf +++ b/bookstack.tf @@ -5,7 +5,6 @@ resource "proxmox_lxc" "LXC" { ostemplate = "local:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst" password = "terraform" unprivileged = true - nesting = true cores = 5 memory = 4096 swap = 1024 @@ -14,6 +13,10 @@ resource "proxmox_lxc" "LXC" { nameserver = "192.168.0.24" ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop" + features { + nesting = true + } + rootfs { storage = "nvme" size = "32G"