aboutsummaryrefslogtreecommitdiff
path: root/kvmxfile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-06-19 15:40:11 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-06-19 15:40:11 -0300
commit57e111c5eb6fa30c0f0a759fb14b6a1d97d5e2a4 (patch)
treeca94016deb9abcef5503cd1d7bd1d19f26719abf /kvmxfile
parentd75a748507597604e1fd7d6d03f1959ecc338bc1 (diff)
downloadkvmx-57e111c5eb6fa30c0f0a759fb14b6a1d97d5e2a4.tar.gz
kvmx-57e111c5eb6fa30c0f0a759fb14b6a1d97d5e2a4.tar.bz2
Fix: provide default parameters by loading the sample config
Diffstat (limited to 'kvmxfile')
-rw-r--r--kvmxfile10
1 files changed, 5 insertions, 5 deletions
diff --git a/kvmxfile b/kvmxfile
index 191b160..ab698cf 100644
--- a/kvmxfile
+++ b/kvmxfile
@@ -30,8 +30,8 @@ net="user"
# Set this is you want to be able to share a single folder between host and guest.
# Needs ssh_support set to "y" and a workable SSH connection to the guest.
-shared_folder="."
-shared_folder_mountpoint="/home/$user/code/$VM"
+#shared_folder="."
+#shared_folder_mountpoint="/home/$user/code/$VM"
#shared_folder="$HOME/temp/shared/$VM"
#shared_folder_mountpoint="/home/$user/temp/shared/$VM"
#shared_folder_mountpoint="/srv/shared"
@@ -105,10 +105,10 @@ graphics="-vga qxl"
vnc_client="virt-viewer"
# SPICE support
-spice="1"
+spice="0"
# Set this if you want to attach an spice client when the machine boots.
-run_spice_client="1"
+run_spice_client="0"
# SPICE client
#spice_client="remote-viewer"
@@ -116,7 +116,7 @@ run_spice_client="1"
spice_client="spicy"
# Set this if you want that kvmx-vdagent is triggered after the machine boots.
-kvmx_vdagent="1"
+kvmx_vdagent="0"
# Set this if you want to start an xpra session when the machine boots.
run_xpra="0"