From 41ecb61535525e4b8c5409fdcf15f72643f0e859 Mon Sep 17 00:00:00 2001 From: blake Date: Thu, 9 Oct 2025 11:45:33 -0500 Subject: [PATCH] 149 current 2025-10-09 03:59:16 25.05.20251006.20c4598 6.12.50 * --- modules/homelab/services/arr/sonarr/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/homelab/services/arr/sonarr/default.nix b/modules/homelab/services/arr/sonarr/default.nix index b0adcb9..e6932de 100644 --- a/modules/homelab/services/arr/sonarr/default.nix +++ b/modules/homelab/services/arr/sonarr/default.nix @@ -28,7 +28,7 @@ in }; ids = lib.mkOption { type = lib.types.int; - default = port; + default = cfg.port; description = "set uid and pid of ${service} user (matches port by default)"; }; backup = lib.mkOption {