From: Silvio Rhatto Date: Thu, 20 Jun 2024 13:24:14 +0000 (-0300) Subject: Fix: turn spice support on by default X-Git-Tag: 0.2.0~5 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1cb78a9fb76cb1b3f2c5c12acfbdc09ec0e17880;p=kvmx.git Fix: turn spice support on by default --- diff --git a/kvmxfile b/kvmxfile index 17952d6..2ce7ee0 100644 --- a/kvmxfile +++ b/kvmxfile @@ -105,7 +105,7 @@ graphics="-vga qxl" vnc_client="virt-viewer" # SPICE support -spice="0" +spice="1" # Set this if you want to attach an spice client when the machine boots. run_spice_client="0"