aboutsummaryrefslogtreecommitdiff
path: root/kvmxfile
diff options
context:
space:
mode:
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"