How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "nixos/nixos-17.09-i686"
config.vm.box_version = "17.09.2853"
end
vagrant init nixos/nixos-17.09-i686 \
--box-version 17.09.2853
vagrant up
This version was created over 4 years ago.
There isn't a description.