Home: Remove old routes.
This commit is contained in:
parent
bca7a32504
commit
d3fee572a2
|
@ -78,15 +78,15 @@ in {
|
||||||
];
|
];
|
||||||
routes = [
|
routes = [
|
||||||
# Wifi 5G clients.
|
# Wifi 5G clients.
|
||||||
{
|
# {
|
||||||
Destination = "192.168.1.0/24";
|
# Destination = "192.168.1.0/24";
|
||||||
Gateway = wifi;
|
# Gateway = wifi;
|
||||||
}
|
# }
|
||||||
# Wifi 2G clients.
|
# Wifi 2G clients.
|
||||||
{
|
# {
|
||||||
Destination = "192.168.2.0/24";
|
# Destination = "192.168.2.0/24";
|
||||||
Gateway = wifi;
|
# Gateway = wifi;
|
||||||
}
|
# }
|
||||||
];
|
];
|
||||||
networkConfig = {
|
networkConfig = {
|
||||||
DHCPPrefixDelegation = true;
|
DHCPPrefixDelegation = true;
|
||||||
|
|
Loading…
Reference in a new issue