Fix second hypervisor
This commit is contained in:
parent
9a13d82a15
commit
b2e383abdc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue