dotfiles/Vagrantfile

7 lines
104 B
Ruby
Raw Normal View History

2022-09-24 16:44:39 +02:00
VAGRANTFILE_API_VERSION = "2"
Vagrant.configure("2") do |config|
config.vm.box = "generic/arch"
end