changed wikmd root dir to local
This commit is contained in:
4
wikmd.tf
4
wikmd.tf
@@ -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,7 +18,7 @@ resource "proxmox_lxc" "wikmd" {
|
||||
}
|
||||
|
||||
rootfs {
|
||||
storage = "nvme"
|
||||
storage = "local"
|
||||
size = "32G"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user