Use DefinedNets fancy new netbsd10 vagrant box for smokes

This commit is contained in:
Nate Brown 2026-05-07 09:33:59 -05:00
parent b7e9939e92
commit 9cab87ea1f
No known key found for this signature in database

View file

@ -1,7 +1,7 @@
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
config.vm.box = "generic/netbsd9"
config.vm.box = "DefinedNet/netbsd10"
config.vm.synced_folder "../build", "/nebula", type: "rsync"
end