151 current 2025-10-09 12:07:16 25.05.20251006.20c4598 6.12.50 *
This commit is contained in:
@@ -35,8 +35,8 @@
|
|||||||
gitea.enable = true;
|
gitea.enable = true;
|
||||||
qbittorrent.enable = true;
|
qbittorrent.enable = true;
|
||||||
prowlarr.enable = true;
|
prowlarr.enable = true;
|
||||||
#flaresolverr.enable = true;
|
flaresolverr.enable = true;
|
||||||
#bazarr.enable = true;
|
bazarr.enable = true;
|
||||||
radarr.enable = true;
|
radarr.enable = true;
|
||||||
sonarr.enable = true;
|
sonarr.enable = true;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ in
|
|||||||
# set port options
|
# set port options
|
||||||
port = lib.mkOption {
|
port = lib.mkOption {
|
||||||
type = lib.types.int;
|
type = lib.types.int;
|
||||||
default = 7108;
|
default = 7107;
|
||||||
description = "set port for ${service} (default: ${toString cfg.port}";
|
description = "set port for ${service} (default: ${toString cfg.port}";
|
||||||
};
|
};
|
||||||
url = lib.mkOption {
|
url = lib.mkOption {
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ in
|
|||||||
# set port options
|
# set port options
|
||||||
port = lib.mkOption {
|
port = lib.mkOption {
|
||||||
type = lib.types.int;
|
type = lib.types.int;
|
||||||
default = 7107;
|
default = 7106;
|
||||||
description = "set port for ${service} (default: ${toString cfg.port}";
|
description = "set port for ${service} (default: ${toString cfg.port}";
|
||||||
};
|
};
|
||||||
url = lib.mkOption {
|
url = lib.mkOption {
|
||||||
|
|||||||
@@ -10,8 +10,8 @@
|
|||||||
./qbittorrent
|
./qbittorrent
|
||||||
./nginx-proxy
|
./nginx-proxy
|
||||||
./arr/prowlarr
|
./arr/prowlarr
|
||||||
# ./arr/flaresolverr
|
./arr/flaresolverr
|
||||||
# ./arr/bazarr
|
./arr/bazarr
|
||||||
./arr/sonarr
|
./arr/sonarr
|
||||||
./arr/radarr
|
./arr/radarr
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user