Skip to content

Instantly share code, notes, and snippets.

@sampart
Created February 29, 2016 11:18
Show Gist options
  • Save sampart/f190ebd43cc264f404ab to your computer and use it in GitHub Desktop.
Save sampart/f190ebd43cc264f404ab to your computer and use it in GitHub Desktop.
Vagrantfile extract - Use NFS if the host operating system supports it
# ...
# Use NFS if the host operating system supports it
config.vm.share_folder("v-root", "/vagrant", "./", :nfs => !RUBY_PLATFORM.downcase.include?("w32"))
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment