From d3fee572a27b88cee6e5033398589a5b7f0ec4cf Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Fri, 29 Nov 2024 11:49:46 +0300 Subject: [PATCH] Home: Remove old routes. --- host/x86_64-linux/home/Network.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/host/x86_64-linux/home/Network.nix b/host/x86_64-linux/home/Network.nix index 7e2f007..1f5f8e3 100644 --- a/host/x86_64-linux/home/Network.nix +++ b/host/x86_64-linux/home/Network.nix @@ -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;