Update grail and nas to match manual changes

This commit is contained in:
tolerryan
2025-07-24 22:13:18 -05:00
parent 3d4b12a9fe
commit 54f0c87194
2 changed files with 5 additions and 5 deletions

View File

@@ -26,9 +26,9 @@ resource "proxmox_lxc" "grail" {
key = "1"
slot = 1
# Dir on host
storage = "/omv/media"
storage = "/media"
# volume is needed as a workaround for bug
volume = "/omv/media"
volume = "/media"
# mountpoint within container
mp = "/media"
# This is ignored as mount point is used. but must be defined
@@ -39,9 +39,9 @@ resource "proxmox_lxc" "grail" {
key = "2"
slot = 2
# Dir on host
storage = "/omv/downloads"
storage = "/downloads"
# volume is needed as a workaround for bug
volume = "/omv/downloads"
volume = "/downloads"
# mountpoint within container
mp = "/downloads"
# This is ignored as mount point is used. but must be defined