mirror of
https://github.com/helixarch/debtap
synced 2025-04-04 10:40:16 +02: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
|