qbittorrent port range
This commit is contained in:
parent
f9e8b6ca73
commit
22021fded2
@ -32,6 +32,7 @@
|
||||
};
|
||||
networking = let
|
||||
ports = [
|
||||
8080
|
||||
2049 # idk
|
||||
8989 # sonarr
|
||||
7878 # radarr
|
||||
|
||||
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user