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;