diff options
author | terminaldweller <thabogre@gmail.com> | 2023-01-04 13:10:14 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-01-04 13:10:14 +0000 |
commit | 740368995507e0b47c381eadc9a4173cc56a6055 (patch) | |
tree | 10e316b50df2c85c5ea4ddc2a29a7b66bf481f69 /tiny/Vagrantfile | |
parent | update (diff) | |
download | vagrantboxes-740368995507e0b47c381eadc9a4173cc56a6055.tar.gz vagrantboxes-740368995507e0b47c381eadc9a4173cc56a6055.zip |
ephemeral
Diffstat (limited to '')
-rw-r--r-- | tiny/Vagrantfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tiny/Vagrantfile b/tiny/Vagrantfile index c3e1168..cc39273 100644 --- a/tiny/Vagrantfile +++ b/tiny/Vagrantfile @@ -26,7 +26,7 @@ Vagrant.configure('2') do |config| config.ssh.connect_timeout = 15 # shares - # config.vm.synced_folder '.', '/vagrant', type: 'nfs', nfs_version: 4, nfs_udp: false + config.vm.synced_folder '.', '/vagrant', type: 'nfs', nfs_version: 4, nfs_udp: false config.vagrant.plugins = ['vagrant-reload', { 'vagrant-libvirt' => { 'version' => '^0.6.2' } }] |