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

2
nas.tf
View File

@@ -51,7 +51,7 @@ resource "proxmox_vm_qemu" "nas" {
backup = "false"
iothread = "true"
size = "8T"
storage = "watari"
storage = "Ceph"
format = "raw"
}
}