typo, nas

This commit is contained in:
tolerryan
2025-02-02 23:24:35 -06:00
parent c5ac61b996
commit 1e129786f7

3
nas.tf
View File

@@ -38,6 +38,7 @@ resource "proxmox_vm_qemu" "nas" {
cdrom { cdrom {
iso = "cephfs:iso/debian-12.9.0-amd64-netinst.iso" iso = "cephfs:iso/debian-12.9.0-amd64-netinst.iso"
} }
}
virtio { virtio {
virtio0 { virtio0 {
#root disk #root disk
@@ -58,7 +59,7 @@ resource "proxmox_vm_qemu" "nas" {
} }
} }
} }
}
# VM Cloud-Init Settings # VM Cloud-Init Settings
os_type = "cloud-init" os_type = "cloud-init"