From 25e91078bb6911cc7066b9df148dd10c28ef1d99 Mon Sep 17 00:00:00 2001 From: toufic ar Date: Thu, 5 Feb 2026 07:07:27 +0200 Subject: [PATCH] fix ORPort (ipv6 in brackets) --- config/network.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/network.nix b/config/network.nix index 348cf68..851de05 100644 --- a/config/network.nix +++ b/config/network.nix @@ -55,7 +55,7 @@ in { ORPort = [ 9001 { - addr = "2a0a:4cc0:c1:15f3::10"; + addr = "[2a0a:4cc0:c1:15f3::10]"; port = 9030; } ];