Skip to content

Commit

Permalink
Publish the box urls
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Nov 27, 2013
1 parent 12c3ead commit 6857688
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ Status

stable

Install
-------

```
vagrant box add nixbox32 http://zimbatm.s3.amazonaws.com/nixbox/nixos32-virtualbox.box
vagrant init nixbox32
# or
vagrant box add nixbox64 http://zimbatm.s3.amazonaws.com/nixbox/nixos64-virtualbox.box
vagrant init nixbox64
```

Building the images
-------------------

Expand Down
4 changes: 3 additions & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@

Vagrant.configure("2") do |config|
config.vm.box = 'nixos32'
config.vm.box_url = 'http://zimbatm.s3.amazonaws.com/nixbox/nixos32.box'
config.vm.box_url = 'http://zimbatm.s3.amazonaws.com/nixbox/nixos32-virtualbox.box'
#config.vm.box = 'nixos64'
#config.vm.box_url = 'http://zimbatm.s3.amazonaws.com/nixbox/nixos64-virtualbox.box'
end

0 comments on commit 6857688

Please sign in to comment.