How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "eugenmayer/debian11-big"
config.vm.box_version = "11.0.0"
end
vagrant init eugenmayer/debian11-big \
--box-version 11.0.0
vagrant up
This version was created almost 3 years ago.
debian bullseye build of https://github.com/EugenMayer/packer-vagrant (with bigger disks)