From 2a44bdb45a81761e5f82920a35fac55e35e9cbbb Mon Sep 17 00:00:00 2001 From: blake Date: Thu, 9 Oct 2025 11:44:43 -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 51fe1c1..51a6ac2 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 = port; description = "set uid and pid of ${service} user (matches port by default)"; }; backup = lib.mkOption {