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 = [
# 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;