Skip to content

Commit

Permalink
fix spice port
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverca22 committed Nov 22, 2021
1 parent aba8a3f commit 49a7946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/macs/host/qemu.nix
Expand Up @@ -75,7 +75,7 @@ in {
-netdev tap,id=net0,ifname=tap-${key},script=no,downscript=no -device e1000-82545em,netdev=net0,id=net0,mac=${MACAddress} \
-global PIIX4_PM.disable_s3=1 -global PIIX4_PM.disable_s5=1 \
-vnc ${value.guest.vncListen} \
-spice port=${value.guest.spicePort},addr=0.0.0.0,image-compression=auto_glz,playback-compression=off,agent-mouse=on,zlib-glz-wan-compression=never,jpeg-wan-compression=never,seamless-migration=on,disable-ticketing=on,plaintext-channel=main,plaintext-channel=display,plaintext-channel=inputs,plaintext-channel=cursor,plaintext-channel=playback,plaintext-channel=record,plaintext-channel=usbredir,streaming-video=filter \
-spice port=${toString value.guest.spicePort},addr=0.0.0.0,image-compression=auto_glz,playback-compression=off,agent-mouse=on,zlib-glz-wan-compression=never,jpeg-wan-compression=never,seamless-migration=on,disable-ticketing=on,plaintext-channel=main,plaintext-channel=display,plaintext-channel=inputs,plaintext-channel=cursor,plaintext-channel=playback,plaintext-channel=record,plaintext-channel=usbredir,streaming-video=filter \
-monitor unix:/tmp/monitor-socket,server,nowait
'';
};
Expand Down

0 comments on commit 49a7946

Please sign in to comment.