diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2024-06-02 11:13:09 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-06-02 11:13:09 +0530 |
commit | 7f2ad75352bed0f9600687b4aa269ab76d803671 (patch) | |
tree | db68e7eaa3604ada2bd7d2cb94bb49411c7d3159 | |
parent | a0b3b76527f45a1253b2a521a1dac87a8922a20d (diff) |
update
-rw-r--r-- | p_windows11/Vagrantfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/p_windows11/Vagrantfile b/p_windows11/Vagrantfile index f6d7235..1ffda43 100644 --- a/p_windows11/Vagrantfile +++ b/p_windows11/Vagrantfile @@ -8,15 +8,15 @@ Vagrant.configure('2') do |config| # config.vm.synced_folder './data', '/data' # config.vm.synced_folder '~/shared', '/shared', type: '9p', disabled: false, accessmode: 'mapped' - config.vm.synced_folder '.', '/vagrant', type: '9p', accessmode: 'mapped' + # config.vm.synced_folder '.', '/vagrant', type: '9p', accessmode: 'mapped' config.vm.provider :libvirt do |libvirt| libvirt.cpus = 8 libvirt.cputopology sockets: '1', cores: '4', threads: '2' libvirt.memory = 32768 - # libvirt.pci bus: '0x01', slot: '0x00', function: '0x00' - # libvirt.pci bus: '0x01', slot: '0x00', function: '0x01' + libvirt.pci bus: '0x01', slot: '0x00', function: '0x00' + libvirt.pci bus: '0x01', slot: '0x00', function: '0x01' libvirt.machine_virtual_size = 60 libvirt.cpu_model = 'host-passthrough' |