From 670a19f27f4f61bfa358646aff62b9bf8851ab84 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Thu, 8 Jan 2026 11:45:15 -0500 Subject: [PATCH] qbit is host networked --- systems/palatine-hill/docker/torr.nix | 1 + systems/palatine-hill/firewall.nix | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/systems/palatine-hill/docker/torr.nix b/systems/palatine-hill/docker/torr.nix index f999ca9..c1f2d44 100644 --- a/systems/palatine-hill/docker/torr.nix +++ b/systems/palatine-hill/docker/torr.nix @@ -33,6 +33,7 @@ in "${data_path}/data/:/data" "/etc/localtime:/etc/localtime:ro" ]; + networks = [ "host" ]; ports = [ "8082:8082" "29432:29432" diff --git a/systems/palatine-hill/firewall.nix b/systems/palatine-hill/firewall.nix index 3a0cacf..8feeb16 100644 --- a/systems/palatine-hill/firewall.nix +++ b/systems/palatine-hill/firewall.nix @@ -45,6 +45,14 @@ 8686 8787 5055 + + # torr + 29432 + ]; + + allowedUDPPorts = [ + # torr + 29432 ]; };