blob: d6625bbf512af452ea306347affacf742379eadb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#
# Sample kvmx file - https://kvmx.fluxo.info
#
# Which base box you should use. Leave unconfigured to use kvmx-create instead.
basebox="bookworm"
# Set this is you want to be able to share folders between host and guest.
shared_folder="."
shared_folder_mountpoint="/home/$user/code/$VM"
# Absolute path for a provision script located inside the guest.
provision_command="/home/$user/code/$VM/tests/provision"
# 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"
|