removing /data and /download from grail. it is network mounted

This commit is contained in:
tolerryan
2025-09-01 23:02:20 -05:00
parent 68342bd881
commit f27dfd6b67

View File

@@ -47,19 +47,6 @@ resource "proxmox_lxc" "grail" {
volume = "/media"
}
mountpoint {
key = "2"
slot = 2
# Dir on host
storage = "/downloads"
# volume is needed as a workaround for bug
volume = "/downloads"
# mountpoint within container
mp = "/downloads"
# This is ignored as mount point is used. but must be defined
size = "10G"
}
network {
name = "eth0"
bridge = "vmbr0"