debtap/Vagrantfile

5 lines
126 B
Ruby
Raw Normal View History

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