Skip to content

Instantly share code, notes, and snippets.

@mattd
Created March 14, 2012 20:04
Show Gist options
  • Save mattd/2039116 to your computer and use it in GitHub Desktop.
Save mattd/2039116 to your computer and use it in GitHub Desktop.
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant::Config.run do |config|
config.vm.box = "lucid"
config.vm.customize(["modifyvm", :id, "--nictype1", "Am79C973"])
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment