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 networking = let
ports = [ ports = [
8080
2049 # idk 2049 # idk
8989 # sonarr 8989 # sonarr
7878 # radarr 7878 # radarr

View File

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