From 26147535739e303bdce438e7f8129a77a2ea4451 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 4 Feb 2022 16:15:03 +0330 Subject: fixes --- freebsd13/Vagrantfile | 1 - i2p/Vagrantfile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/freebsd13/Vagrantfile b/freebsd13/Vagrantfile index 096b06b..84f6e95 100644 --- a/freebsd13/Vagrantfile +++ b/freebsd13/Vagrantfile @@ -3,7 +3,6 @@ ENV['VAGRANT_DEFAULT_PROVIDER'] = 'libvirt' MOUNT_POINT = '/home/vagrant/ff' -ENV['VAGRANT_DEFAULT_PROVIDER'] = 'libvirt' CPU_COUNT = 1 MEMORY = 1024 diff --git a/i2p/Vagrantfile b/i2p/Vagrantfile index ce127d1..268ff7b 100644 --- a/i2p/Vagrantfile +++ b/i2p/Vagrantfile @@ -20,7 +20,7 @@ Vagrant.configure('2') do |config| config.ssh.connect_timeout = 15 # shares - config.vm.synced_folder '.', '/vagrant', type: 'nfs', nfs_version: 4, nfs_udd: false + config.vm.synced_folder '.', '/vagrant', type: 'nfs', nfs_version: 4, nfs_udp: false # network config.vm.network 'forwarded_port', guest: 4444, host: 4444, id: 'i2ptunudp', protocol: 'udp' -- cgit v1.2.3