qbittorrent port range

This commit is contained in:
Danilo Reyes 2024-08-25 02:00:43 -06:00
parent f9e8b6ca73
commit 22021fded2
2 changed files with 2 additions and 1 deletions

View File

@ -32,6 +32,7 @@
};
networking = let
ports = [
8080
2049 # idk
8989 # sonarr
7878 # radarr

View File

@ -1,7 +1,7 @@
{ lib, config, pkgs, proxyReverse, ... }:
let
port = 9091;
ports = [ port 51413 ];
ports = [ port 51411 51412 51413 ];
bencodepy = pkgs.python3Packages.buildPythonPackage {
pname = "bencodepy";
version = "0.9.5";