From 93837b6beae6bfa0dcd4e15b1019c3ed36e94138 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sun, 30 Jun 2024 18:01:52 +0200 Subject: [PATCH] update --- hosts/server/modules/jackflix/transmission.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/server/modules/jackflix/transmission.nix b/hosts/server/modules/jackflix/transmission.nix index fbd792d..7ecdee9 100644 --- a/hosts/server/modules/jackflix/transmission.nix +++ b/hosts/server/modules/jackflix/transmission.nix @@ -20,5 +20,4 @@ # TODO: launch the container at boot networking.firewall.allowedTCPPorts = [ 9091 ]; - networking.firewall.allowedUDPPorts = [ 9091 ]; }