From 869dc4832de29ce1795c3d43ea2f142f3ef3e1dd Mon Sep 17 00:00:00 2001 From: blake Date: Thu, 9 Oct 2025 12:05:48 -0500 Subject: [PATCH] 150 current 2025-10-09 11:52:30 25.05.20251006.20c4598 6.12.50 * --- modules/homelab/services/arr/prowlarr/default.nix | 2 +- modules/homelab/services/arr/radarr/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/homelab/services/arr/prowlarr/default.nix b/modules/homelab/services/arr/prowlarr/default.nix index fc565ea..df883ad 100644 --- a/modules/homelab/services/arr/prowlarr/default.nix +++ b/modules/homelab/services/arr/prowlarr/default.nix @@ -13,7 +13,7 @@ in # set port options port = lib.mkOption { type = lib.types.int; - default = ; + default = 7104; description = "set port for ${service} (default: ${toString cfg.port}"; }; url = lib.mkOption { diff --git a/modules/homelab/services/arr/radarr/default.nix b/modules/homelab/services/arr/radarr/default.nix index 46c79e6..6389c52 100644 --- a/modules/homelab/services/arr/radarr/default.nix +++ b/modules/homelab/services/arr/radarr/default.nix @@ -13,7 +13,7 @@ in # set port options port = lib.mkOption { type = lib.types.int; - default = ; + default = 7108; description = "set port for ${service} (default: ${toString cfg.port}"; }; url = lib.mkOption {