How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "lavabit/magma-developer"
config.vm.box_version = "1.6.22"
end
vagrant init lavabit/magma-developer \
--box-version 1.6.22
vagrant up
This version was created about 6 years ago.
A graphical development environment for the magma encrypted mail daemon.