# # Trashman kvmx file - https://kvmx.fluxo.info # # Which base box you should use. Leave unconfigured to use kvmx-create instead. basebox="dev" # Set this is you want to be able to share a single folder between host and guest. shared_folder="." shared_folder_mountpoint="/srv/kvmx" # Absolute path for a provision script located inside the guest. provision_command="/usr/local/share/kvmx/provision/debian/development" # Memory memory="512" # Enables remote administration using SSH. With this configuration enabled, # kvmx will be able to administer a running virtual machine using SSH access # inside the virtual machine. ssh_support="y"