Fix second hypervisor

This commit is contained in:
tbarnouin 2024-09-17 18:08:32 +02:00
parent ff85421770
commit 5a49882384
2 changed files with 2 additions and 1 deletions

View file

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