tweak nas hardware config, first owncloud upload

This commit is contained in:
tolerryan
2025-12-04 09:56:54 -06:00
parent 1f5f7c4c68
commit 2c998a494f
5 changed files with 186 additions and 1 deletions

2
nas.tf
View File

@@ -62,7 +62,7 @@ resource "proxmox_vm_qemu" "nas" {
replicate = true
serial = null
size = "42G"
storage = "local-lvm"
storage = "watari"
wwn = null
}
}