From 84f98f526cf828832b3d728c658610e774790a4e Mon Sep 17 00:00:00 2001 From: blake Date: Thu, 9 Oct 2025 11:49:22 -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 6266920..a933f5d 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 = cfg.port; + default = lib.mkForce cfg.port; description = "set uid and pid of ${service} user (matches port by default)"; }; backup = lib.mkOption {