Use DefinedNets fancy new netbsd10 vagrant box for smokes (#1711)

This commit is contained in:
Nate Brown
2026-05-07 10:30:29 -05:00
committed by GitHub
parent 5f920fdd7d
commit 1ada3d4dd9
2 changed files with 33 additions and 17 deletions

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