Forgot to define a port for the spice connection

This commit is contained in:
David Thurstenson 2020-08-11 12:13:56 -05:00
parent fb1012bf2e
commit 8925975206
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ declare -a opts
cmdstring[domain]="win10"
uri=([remote]="qemu+ssh://kd-laptop/system"
[remotespice]="spice://10.10.0.14"
[remotespice]="spice://10.10.0.14:5900"
[local]="qemu:///system")