aboutsummaryrefslogtreecommitdiffstats
path: root/tiny/Vagrantfile
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2023-01-04 07:03:06 +0000
committerterminaldweller <thabogre@gmail.com>2023-01-04 07:03:06 +0000
commite2d2098fee1f0f2f6fcef43350c1979ad9ac477a (patch)
tree60aedfe7959f78ba96cc91c81b55cc20c2dea2fc /tiny/Vagrantfile
parentfox in a box (diff)
downloadvagrantboxes-e2d2098fee1f0f2f6fcef43350c1979ad9ac477a.tar.gz
vagrantboxes-e2d2098fee1f0f2f6fcef43350c1979ad9ac477a.zip
update
Diffstat (limited to '')
-rw-r--r--tiny/Vagrantfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tiny/Vagrantfile b/tiny/Vagrantfile
index c5215df..c3e1168 100644
--- a/tiny/Vagrantfile
+++ b/tiny/Vagrantfile
@@ -26,14 +26,14 @@ 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' } }]
config.vm.provider 'libvirt' do |libvirt|
libvirt.default_prefix = 'tiny-'
libvirt.driver = 'kvm'
- libvirt.memory = '512'
+ libvirt.memory = '128'
libvirt.cpus = 1
libvirt.sound_type = nil
libvirt.qemuargs value: '-nographic'