aboutsummaryrefslogtreecommitdiff
path: root/kvmxfile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-12-30 18:27:59 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-12-30 18:27:59 -0200
commit947f13f968d0f22894103a6223b8730d1c79e5d4 (patch)
tree50fb8d017855f590d0899116a66f7847cfa3dbf9 /kvmxfile
parentd7c9f7f33eaac99f0c93ff307c7aff1f6b413095 (diff)
downloadkvmx-947f13f968d0f22894103a6223b8730d1c79e5d4.tar.gz
kvmx-947f13f968d0f22894103a6223b8730d1c79e5d4.tar.bz2
Adds net option into kvmxfile
Diffstat (limited to 'kvmxfile')
-rw-r--r--kvmxfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/kvmxfile b/kvmxfile
index 0cc8e15..68d90aa 100644
--- a/kvmxfile
+++ b/kvmxfile
@@ -11,6 +11,10 @@ user="user"
# First user password
password="`head -c 20 /dev/urandom | base64`"
+# Networking
+#net="tap"
+net="user"
+
# Set this is you want to be able to share a single folder between host and guest.
shared_folder="."
shared_folder_mountpoint="/home/$user/code/$VM"