Home: Remove old routes.

This commit is contained in:
Dmitry Voronin 2024-11-29 11:49:46 +03:00
parent bca7a32504
commit d3fee572a2

View file

@ -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;