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