diff --git a/Vagrantfile.example b/Vagrantfile.example index 52ffdf1096..7f89bb417e 100644 --- a/Vagrantfile.example +++ b/Vagrantfile.example @@ -8,7 +8,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.provider "virtualbox" do |v| v.memory = 768 v.cpus = 1 - v.customize ["setextradata", :id, "VBoxInternal2/SharedFoldersEnableSymlinksCreate/vagrant", "1"] end config.vm.box = "thepeopleseason/habitrpg" config.ssh.forward_agent = true