override.vm.synced_folder ".", "/srv/openstreetmap-website", :type => "nfs"
end
# use third party image and NFS sharing for libvirt
config.vm.provider "libvirt" do |_, override|
override.vm.synced_folder ".", "/srv/openstreetmap-website", :type => "nfs"
end
# use third party image and NFS sharing for libvirt
config.vm.provider "libvirt" do |_, override|