grail unprivileged = true

This commit is contained in:
tolerryan
2025-01-20 23:06:55 -06:00
parent 72b386c690
commit cd06f9ac3e

View File

@@ -4,7 +4,7 @@ resource "proxmox_lxc" "grail" {
vmid = 218 vmid = 218
ostemplate = "cephfs:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst" ostemplate = "cephfs:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst"
password = "terraform" password = "terraform"
unprivileged = false unprivileged = true
cores = 6 cores = 6
memory = 4096 memory = 4096
swap = 1024 swap = 1024