Skip to content

Instantly share code, notes, and snippets.

@BlackIkeEagle
Created September 16, 2017 19:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BlackIkeEagle/eacddaec26be7e53066b372874cadb9e to your computer and use it in GitHub Desktop.
Save BlackIkeEagle/eacddaec26be7e53066b372874cadb9e to your computer and use it in GitHub Desktop.
# -*- mode: ruby -*-
# vi: set ft=ruby ts=2 sw=2 sts=2 :
Vagrant.configure("2") do |config|
config.vm.box = "bento/freebsd-11.1"
config.ssh.shell = "sh"
config.vm.synced_folder '.', '/vagrant', disabled: true
config.vm.network :private_network, ip: "192.168.254.241"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment