Revert "Support for macOS Catalina (NFS sync fix)"
This reverts commit bd328fba71
.
This commit is contained in:
parent
ee439273da
commit
50450daca4
1 changed files with 1 additions and 5 deletions
6
Vagrantfile
vendored
6
Vagrantfile
vendored
|
@ -14,11 +14,7 @@ Vagrant.configure("2") do |config|
|
|||
config.vm.network "forwarded_port", guest: 8888, host:8888
|
||||
|
||||
# make sure we are using nfs (doesn't work out of the box with debian)
|
||||
nfsPath = "."
|
||||
if Dir.exist?("/System/Volumes/Data")
|
||||
nfsPath = "/System/Volumes/Data" + Dir.pwd
|
||||
end
|
||||
config.vm.synced_folder nfsPath, "/vagrant", type: "nfs"
|
||||
config.vm.synced_folder ".", "/vagrant", type: "nfs"
|
||||
# private network for nfs
|
||||
config.vm.network "private_network", ip: "192.168.10.100"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue