From 23987955330a8cc4ed2b24094dba7f99f48998f1 Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Thu, 28 Nov 2024 23:14:04 +0100 Subject: [PATCH] tor: add static ipv6 gateway --- hosts/tor/network.nix | 1 + 1 file changed, 1 insertion(+) 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";};} ]; }; };