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