Skip to content

Commit

Permalink
Preparing network adapters for vagrant update
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee committed Jan 8, 2025
1 parent 55076cb commit 72b4579
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ Vagrant.configure(2) do |config|
end
srv.vm.provider :vmware_desktop do |vmware|
vmware.gui = guest['gui']
vmware.vmx["ethernet0.pcislotnumber"] = "160"
vmware.vmx["ethernet1.pcislotnumber"] = "192"
vmware.vmx['memsize'] = guest['memory']
vmware.vmx['numvcpus'] = guest['cpus']
end
Expand Down

0 comments on commit 72b4579

Please sign in to comment.