Vagrant Box: Difference between revisions

From NixOS Wiki
imported>Samueldr
Inits page with current informations about niixbox
 
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{outdated|This page has not been edited for several years. Please remove this notice if the content is accurate.}}
The vagrant cloud [https://app.vagrantup.com/nixos has a NixOS box], but it is an older revision and hasn't been updated for a short while<ref>https://logs.nix.samueldr.com/nixos/2018-01-10#822772</ref>, it is currently stuck to the much older 16.09 release.
The vagrant cloud [https://app.vagrantup.com/nixos has a NixOS box], but it is an older revision and hasn't been updated for a short while<ref>https://logs.nix.samueldr.com/nixos/2018-01-10#822772</ref>, it is currently stuck to the much older 16.09 release.


Line 13: Line 13:


Then, continue with the [https://github.com/zimbatm/nixbox#building-the-images instructions in the README].
Then, continue with the [https://github.com/zimbatm/nixbox#building-the-images instructions in the README].
== NixOS Plugin ==
{{expansion}}
The [https://github.com/zimbatm/vagrant-nixos-plugin vagrant-nixos-plugin] project adds nix provisioning for NixOS guests in vagrant. The project's README should explain its use.


<hr />
<hr />

Latest revision as of 01:22, 5 April 2024

The vagrant cloud has a NixOS box, but it is an older revision and hasn't been updated for a short while[1], it is currently stuck to the much older 16.09 release.

The tooling used to build the boxes is still available and still maintained. It is @zimbatm's nixbox project.

Building a recent box

There are some small caveats with the tooling, one will need to do a bit of work to get it working, and then working in a reliable manner on slower hardware.

First, in the nixos-x86_64.json file, remove the post-processor of type atlas, unless you want to push the image on the vagrant cloud (you're on your own there).

Then, it may be necessary to increase the boot_wait a bit, on a Haswell laptop-class CPU, with SSD, 30 seconds was a few seconds too short, doubling is almost sure to be enough for most uses. This is only used once during the build of the .box file.

Then, continue with the instructions in the README.

NixOS Plugin

The vagrant-nixos-plugin project adds nix provisioning for NixOS guests in vagrant. The project's README should explain its use.