diff --git a/config/network.nix b/config/network.nix index 09751ca..348cf68 100644 --- a/config/network.nix +++ b/config/network.nix @@ -52,7 +52,13 @@ in { SafeLogging = 1; NumCPUs = 4; - ORPort = [9001]; + ORPort = [ + 9001 + { + addr = "2a0a:4cc0:c1:15f3::10"; + port = 9030; + } + ]; }; };