fix vnc on windows

This commit is contained in:
Elijah R
2024-08-04 18:28:33 -04:00
parent 2b90bc03c8
commit b7a02f9874
4 changed files with 11 additions and 7 deletions

View File

@@ -53,6 +53,7 @@ type = "qemu"
# Only used if vm.type is set to "qemu"
[qemu]
qemuArgs = "qemu-system-x86_64"
# VNC port to be used for this VM. Must be unique among all VMs. Only used on Windows, as unix sockets are used on Linux.
vncPort = 5900
snapshots = true