correct windows vga
All checks were successful
OpenTofu Automation / deploy (push) Successful in 15s
All checks were successful
OpenTofu Automation / deploy (push) Successful in 15s
This commit is contained in:
parent
ec1df9cacf
commit
b19c0a134e
1 changed files with 5 additions and 0 deletions
|
@ -47,4 +47,9 @@ resource "proxmox_virtual_environment_vm" "Windows11" {
|
||||||
audio_device {
|
audio_device {
|
||||||
enabled = true
|
enabled = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
vga {
|
||||||
|
memory = 16
|
||||||
|
type = "qxl"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue