[general] fix physical host ips

This commit is contained in:
2026-02-20 20:28:59 +01:00
parent f6dc3d46e9
commit dabda0ccb9

View File

@@ -37,7 +37,7 @@ in
network = { network = {
local = true; local = true;
hostId = "12"; hostId = "12";
address = "192.168.1.12"; address = "192.168.1.102";
}; };
}; };
@@ -46,7 +46,7 @@ in
network = { network = {
local = true; local = true;
hostId = "13"; hostId = "13";
address = "192.168.1.13"; address = "192.168.1.103";
}; };
}; };
@@ -55,7 +55,7 @@ in
network = { network = {
local = true; local = true;
hostId = "15"; hostId = "15";
address = "192.168.1.15"; address = "192.168.1.105";
}; };
}; };