Increase downloader /data size

This commit is contained in:
tolerryan
2025-09-02 22:47:21 -05:00
parent b9af33be29
commit fffd19d164

View File

@@ -27,7 +27,7 @@ resource "proxmox_lxc" "downloader" {
slot = 0
storage = "Ceph"
mp = "/data"
size = "700G"
size = "1.2T"
}
network {