Skip to content

Commit b19c0a1

Browse files
committedNov 13, 2024
correct windows vga
1 parent ec1df9c commit b19c0a1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎terraform/proxmox/windows.tf

+5
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,9 @@ resource "proxmox_virtual_environment_vm" "Windows11" {
4747
audio_device {
4848
enabled = true
4949
}
50+
51+
vga {
52+
memory = 16
53+
type = "qxl"
54+
}
5055
}

0 commit comments

Comments
 (0)
Please sign in to comment.