2
0

shorten bordervm dhcp allocation

we use  .8 and .10 for static addresses, so start the dhcp range at .12
This commit is contained in:
2025-10-13 19:46:45 +01:00
parent 540c106530
commit 5aa18101b7

View File

@@ -97,7 +97,7 @@ in
resolveLocalQueries = false;
settings = {
# domain-needed = true;
dhcp-range = [ "10.0.0.10,10.0.0.240" ];
dhcp-range = [ "10.0.0.12,10.0.0.240" ];
interface = "eth1";
};
};