Benni
Results
2
comments of
Benni
I seem to encounter a similar issue 👀 I am using this example block from the README: ``` Vagrant.configure("2") do |config| config.vm.box = "perk/ubuntu-20.04-arm64" # README uses debian/bullseye64 config.vm.provider "qemu"...
Oh, thank you for clarifying. What I am trying to achieve is making the VM run on a specific IP within my private network so I can access it by...