Get everything passing the flake checks

This commit is contained in:
Greg Hellings
2024-11-18 23:42:28 -06:00
parent 1864511341
commit 4324f0ce67
56 changed files with 56 additions and 62 deletions
+2 -2
View File
@@ -33,12 +33,12 @@ Vagrant.configure("2") do |config|
config.vm.provider "libvirt" do |lv|
end
config.vm.provider "hyperv" do |hv, over|
over.vm.network "private_network", bridge: "packer-amd64"
#config.vm.network "private_network", bridge: "packer-amd64"
end
#
# View the documentation for the provider you are using for more
# information on available options.