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