From a83ca2afb0a7daad960111ae8bd6f7cbe0c531c9 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Sat, 23 Nov 2024 12:50:24 -0500 Subject: [PATCH] added 29432 to allowedUDPPorts --- systems/jeeves/docker/qbit.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/jeeves/docker/qbit.nix b/systems/jeeves/docker/qbit.nix index d7779b9..0ee6fd4 100644 --- a/systems/jeeves/docker/qbit.nix +++ b/systems/jeeves/docker/qbit.nix @@ -4,7 +4,7 @@ in { networking.firewall = { allowedTCPPorts = [ 6881 8082 29432 ]; - allowedUDPPorts = [ 6881 ]; + allowedUDPPorts = [ 6881 29432 ]; }; virtualisation.oci-containers.containers.qbit = { image = "ghcr.io/linuxserver/qbittorrent:latest";