53 current 2025-10-07 21:21:52 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-07 21:35:30 -05:00
parent b98705314d
commit 050e8294d3
5 changed files with 22 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ in
# set port options
port = lib.mkOption {
type = lib.types.int;
default = cfg.default_port;
default = default_port;
description = "set port for prowlarr (default: ${toString default_port}";
};

View File

@@ -12,7 +12,7 @@ in
port = lib.mkOption {
type = lib.types.int;
default = 8989;
default = default_port;
description = "set port for sonarr (${toString default_port})";
};