main
# frozen_string_literal: true Vagrant.configure('2') do |config| config.vm.box = 'bento/debian-11.2-arm64' end