Skip to content

asymmetric/nixbox

 
 

Repository files navigation

NixOS boxes for Vagrant

NixOS is a linux distribution based on a purely functional package manager. This project builds .box images that can be used by vagrant, the VM manager.

Status

stable

Install

vagrant init zimbatm/nixbox32
# or
vagrant init zimbatm/nixbox64

Also have a look at the nixos vagrant plugin: https://github.com/oxdi/vagrant-nixos

Building the images

First install packer and virtualbox

Then:

packer build nixbox32-template.json
# or
packer build nixbox64-template.json

The .box image is now ready to go and you can use it in vagrant:

vagrant box add nixbox32 nixbox32-virtualbox.box
# or
vagrant box add nixbox64 nixbox64-virtualbox.box

License

Copyright 2014 under the MIT

About

NixOS boxes for Vagrant

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Nix 57.6%
  • Makefile 29.7%
  • Shell 12.7%