diff --git a/hosts/tor/network.nix b/hosts/tor/network.nix index 75e6f01..453bfc0 100644 --- a/hosts/tor/network.nix +++ b/hosts/tor/network.nix @@ -6,13 +6,13 @@ matchConfig.Name = "ens3"; address = [ "91.210.59.57/25" - "2a0d:3e83:1:b284::1/64" + "2a12:bec4:11d3:de9f::1/64" ]; routes = [ {routeConfig = {Gateway = "91.210.59.1";};} { routeConfig = { - Gateway = "2a0d:3e83:1::1"; + Gateway = "2a12:bec4:11d3::1"; GatewayOnLink = true; }; } diff --git a/hosts/tor/tor.nix b/hosts/tor/tor.nix index 5efe35c..991313b 100644 --- a/hosts/tor/tor.nix +++ b/hosts/tor/tor.nix @@ -19,7 +19,7 @@ port = 443; } { - addr = "[2a0d:3e83:1:b284::1]"; + addr = "[2a12:bec4:11d3:de9f::1]"; port = 443; } ];