How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "pronoide/centosgui"
config.vm.box_version = "9.1"
end
vagrant init pronoide/centosgui \
--box-version 9.1
vagrant up
This version was created about 24 hours ago.
kernel version = 5.14.0-163.el9.x86_64