Files
nebula/.github/workflows/smoke/vagrant-openbsd-amd64/Vagrantfile
2026-04-15 09:23:33 -05:00

8 lines
176 B
Ruby

# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
config.vm.box = "generic/openbsd7"
config.vm.synced_folder ".", "/vagrant", disabled: true
end