Try rsync from somewhere else (#1655)

This commit is contained in:
Nate Brown
2026-04-15 09:23:33 -05:00
committed by GitHub
parent b3194236aa
commit a5e81efe7b
3 changed files with 13 additions and 1 deletions

View File

@@ -3,5 +3,5 @@
Vagrant.configure("2") do |config|
config.vm.box = "generic/openbsd7"
config.vm.synced_folder "../build", "/nebula", type: "rsync"
config.vm.synced_folder ".", "/vagrant", disabled: true
end