From 09ad59d3c53e9919f21d2938739e8bdc0b564d41 Mon Sep 17 00:00:00 2001 From: Menno van Leeuwen Date: Sat, 16 Nov 2024 01:30:43 +0100 Subject: [PATCH] adds allowedTCPPorts for Sabnzbd and Qbittorrent services --- config/nixos/common/server.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/nixos/common/server.nix b/config/nixos/common/server.nix index 45199b8..d5a0203 100644 --- a/config/nixos/common/server.nix +++ b/config/nixos/common/server.nix @@ -25,6 +25,9 @@ 443 # HTTPS 22 # Git over SSH 32400 # Plex + + 7788 # Sabnzbd + 8085 # Qbittorrent ]; allowedUDPPorts = [ 51820 # WireGuard