mirror of
https://github.com/helixarch/debtap
synced 2025-02-19 23:40:06 +01:00
5 lines
126 B
Ruby
5 lines
126 B
Ruby
Vagrant.configure("2") do |config|
|
|
config.vm.box = "terrywang/archlinux"
|
|
config.vm.synced_folder ".", "/vagrant_data"
|
|
end
|