mirror of
https://github.com/Lissy93/dotfiles.git
synced 2024-11-21 15:03:15 +01:00
7 lines
104 B
Ruby
7 lines
104 B
Ruby
|
|
||
|
VAGRANTFILE_API_VERSION = "2"
|
||
|
|
||
|
Vagrant.configure("2") do |config|
|
||
|
config.vm.box = "generic/arch"
|
||
|
end
|