update downloader config and grail compose cleanup

This commit is contained in:
tolerryan
2025-11-25 00:22:45 -06:00
parent aba10d0c4e
commit bc0ef40e3b
3 changed files with 2 additions and 69 deletions

View File

@@ -4,7 +4,7 @@ resource "proxmox_lxc" "downloader" {
vmid = 222
ostemplate = "cephfs:vztmpl/debian-13-standard_13.1-2_amd64.tar.zst"
password = "terraform"
unprivileged = false
unprivileged = true
cores = 6
memory = 2096
swap = 1024