Fix second hypervisor

This commit is contained in:
tbarnouin 2024-09-17 18:38:40 +02:00
parent 9a13d82a15
commit b2e383abdc

View file

@ -40,7 +40,7 @@
"10-lan-bridge" = { "10-lan-bridge" = {
matchConfig.Name = "br0"; matchConfig.Name = "br0";
networkConfig = { networkConfig = {
Address = ["192.168.1.67/24"]; Address = ["192.168.1.66/24"];
Gateway = "192.168.1.254"; Gateway = "192.168.1.254";
DNS = ["192.168.1.254"]; DNS = ["192.168.1.254"];
IPv6AcceptRA = true; IPv6AcceptRA = true;