From bfa620f1788c850d1c028b4669cc32faf670ba99 Mon Sep 17 00:00:00 2001 From: vincent Date: Sun, 15 Oct 2023 20:44:45 +0200 Subject: [PATCH] move vagrant domain --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 8140551..b0512ae 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -3,7 +3,7 @@ Vagrant.configure('2') do |config| config.cache.scope = 'machine' end config.vm.provider :libvirt do |libvirt| - libvirt.management_network_domain = "ducamps-dev.win" + libvirt.management_network_domain = "ducamps-dev.eu" end config.vm.define "oscar-dev" do |c|