How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "hennersz/nixos-22.11"
config.vm.box_version = "22.11.230508143755"
end
vagrant init hennersz/nixos-22.11 \
--box-version 22.11.230508143755
vagrant up
This version was created over 1 year ago.
A Nixos based vagrant box built from https://github.com/hennersz/nixbox