Optimize Vagrant Mode #1579 (#1665)

This commit is contained in:
Christian Rotzoll
2020-10-14 01:31:27 +02:00
committed by rootzoll
parent 4e0b4f1675
commit b5816c7f79
14 changed files with 63 additions and 46 deletions

2
Vagrantfile vendored
View File

@@ -3,7 +3,7 @@
Vagrant.configure('2') do |config|
config.vm.box = 'raspiblitz'
config.vm.box = 'rootzoll/raspiblitz'
config.vm.network "private_network", type: "dhcp"