adding whisper
This commit is contained in:
parent
d43f8af4fa
commit
2f757869cb
1 changed files with 1 additions and 2 deletions
|
@ -4,6 +4,7 @@ resource "proxmox_virtual_environment_vm" "Whisper" {
|
||||||
node_name = "prox"
|
node_name = "prox"
|
||||||
vm_id = 203
|
vm_id = 203
|
||||||
name = "Whisper"
|
name = "Whisper"
|
||||||
|
machine = "q35"
|
||||||
description = "Creates subtitles for Bazarr and stable-diffusion"
|
description = "Creates subtitles for Bazarr and stable-diffusion"
|
||||||
tags = ["tofu", "ubuntu-22"]
|
tags = ["tofu", "ubuntu-22"]
|
||||||
|
|
||||||
|
@ -43,8 +44,6 @@ resource "proxmox_virtual_environment_vm" "Whisper" {
|
||||||
type = "serial0"
|
type = "serial0"
|
||||||
}
|
}
|
||||||
|
|
||||||
machine = "q35"
|
|
||||||
|
|
||||||
hostpci {
|
hostpci {
|
||||||
device = "hostpci0"
|
device = "hostpci0"
|
||||||
pcie = true
|
pcie = true
|
||||||
|
|
Reference in a new issue