diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-20 10:24:14 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-20 10:24:14 -0300 |
commit | 1cb78a9fb76cb1b3f2c5c12acfbdc09ec0e17880 (patch) | |
tree | 720cacb80cfd12d2ec9677623ce1529cf504e8f1 /kvmxfile | |
parent | 7e104c572a52beb67017e594c5f3b1db5d307f64 (diff) | |
download | kvmx-1cb78a9fb76cb1b3f2c5c12acfbdc09ec0e17880.tar.gz kvmx-1cb78a9fb76cb1b3f2c5c12acfbdc09ec0e17880.tar.bz2 |
Fix: turn spice support on by default
Diffstat (limited to 'kvmxfile')
-rw-r--r-- | kvmxfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |