changed wikmd root dir to local

This commit is contained in:
tolerryan
2025-01-14 01:22:31 -06:00
parent 9a1cdede04
commit bfec0c4d00

View File

@@ -1,5 +1,5 @@
resource "proxmox_lxc" "wikmd" {
target_node = "ryuk"
target_node = "roku"
hostname = "wikmd"
vmid = 217
ostemplate = "local:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst"
@@ -18,14 +18,14 @@ resource "proxmox_lxc" "wikmd" {
}
rootfs {
storage = "nvme"
storage = "local"
size = "32G"
}
mountpoint{
key = "0"
slot = 0
storage = "Ceph "
storage = "Ceph"
mp = "/data"
size = "400G"
}