update main.tf to match simpler UEFI firmware logic

This commit is contained in:
Lukas Greve
2025-10-20 11:27:00 +02:00
parent 92404ccc34
commit 7317e390c9
7 changed files with 8 additions and 36 deletions

View File

@@ -17,11 +17,5 @@ module "shared_modules" {
vm_name = "phyllome-42-uefi"
image_location = "/var/lib/libvirt/images/virtual-desktop-hypervisor.img"
enable_cloudinit = false
# ---- OPTIONAL UEFI SETTINGS ----------------------------------------------
uefi_firmware = "/usr/share/edk2/x64/OVMF_CODE.4m.fd"
uefi_nvram_template = "/usr/share/edk2/x64/OVMF_VARS.4m.fd"
uefi_nvram_file_suffix = "-uefi"
# ----------------------------------------------------------------
uefi_firmware = true
}