remove whitespace

This commit is contained in:
Lukas Greve
2025-10-22 22:15:42 +02:00
parent a5ae234469
commit 5985b0f353
7 changed files with 7 additions and 7 deletions

View File

@@ -16,6 +16,6 @@ module "shared_modules" {
source = "../../shared_modules"
vm_name = "phyllome-42-uefi"
image_location = "/var/lib/libvirt/images/virtual-desktop-hypervisor.img"
image_location = "/var/lib/libvirt/images/virtual-desktop-hypervisor.img"
uefi_firmware = true
}