From 9c27c4049d5026677641082c25cf06d84d173646 Mon Sep 17 00:00:00 2001 From: blake Date: Tue, 7 Oct 2025 15:47:07 -0500 Subject: [PATCH] 28 current 2025-10-07 15:30:08 25.05.20251001.5b5be50 6.12.49 * --- modules/homelab/services/jellyfin/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/homelab/services/jellyfin/default.nix b/modules/homelab/services/jellyfin/default.nix index eea8303..90fa0cc 100644 --- a/modules/homelab/services/jellyfin/default.nix +++ b/modules/homelab/services/jellyfin/default.nix @@ -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 jellyfin (default: ${toString default_port}"; };