@cryptotaxi247 / CoPilot / commits / 0a7795f1

Create Vagrantfile

taylor_socfortress committed Jul 10, 2023 at 16:35 UTC 0a7795f1197f073f6adb8abf78cb49f84735dda8
1 file changed +3
Vagrantfile new
+3
@@ -0,0 +1,3 @@
1 +Vagrant.configure("2") do |config|
2 + config.vm.box = "debian/bullseye64"
3 +end