From 2f757869cbc9e008c5eb9d1c7a8121b72e9911a4 Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Thu, 6 Jun 2024 00:06:12 -0400 Subject: [PATCH] adding whisper --- whisper.tf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/whisper.tf b/whisper.tf index af217a3..8adf0ea 100644 --- a/whisper.tf +++ b/whisper.tf @@ -4,6 +4,7 @@ resource "proxmox_virtual_environment_vm" "Whisper" { node_name = "prox" vm_id = 203 name = "Whisper" + machine = "q35" description = "Creates subtitles for Bazarr and stable-diffusion" tags = ["tofu", "ubuntu-22"] @@ -43,8 +44,6 @@ resource "proxmox_virtual_environment_vm" "Whisper" { type = "serial0" } - machine = "q35" - hostpci { device = "hostpci0" pcie = true