diff --git a/hosts/tor/network.nix b/hosts/tor/network.nix index 5d8eccd..12800c6 100644 --- a/hosts/tor/network.nix +++ b/hosts/tor/network.nix @@ -20,6 +20,7 @@ ]; routes = [ {routeConfig = {Gateway = "185.231.102.1";};} + {routeConfig = {Gateway = "fe80::200:5eff:fe00:20c";};} ]; }; };