Skip to content

Instantly share code, notes, and snippets.

@dsimmons
Created November 9, 2012 00:49
Show Gist options
  • Save dsimmons/4043002 to your computer and use it in GitHub Desktop.
Save dsimmons/4043002 to your computer and use it in GitHub Desktop.
Vagrant NFS
# Make Vagrant faster!
config.vm.network :hostonly, "33.33.33.10"
config.vm.share_folder("v-root", "/vagrant", ".", :nfs => true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment