debtap/Vagrantfile
Victor Engmark a3e5fd6bd8 Create virtual machine to run in
Fixes issue #31.
2017-12-11 10:43:03 +13:00

5 lines
126 B
Ruby

Vagrant.configure("2") do |config|
config.vm.box = "terrywang/archlinux"
config.vm.synced_folder ".", "/vagrant_data"
end