From 32b69c9154fef7574bdaf7cfe2218dce8413bfb3 Mon Sep 17 00:00:00 2001 From: blake Date: Wed, 8 Oct 2025 11:13:39 -0500 Subject: [PATCH] 83 current 2025-10-08 11:10:08 25.05.20251001.5b5be50 6.12.49 * --- flake.nix | 2 +- modules/homelab/services/jellyfin/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 10cbba8..7cf3f45 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 82 current 2025-10-08 11:07:51 25.05.20251001.5b5be50 6.12.49 * +# generation: 83 current 2025-10-08 11:10:08 25.05.20251001.5b5be50 6.12.49 * { description = "blakes nix config"; inputs = { diff --git a/modules/homelab/services/jellyfin/default.nix b/modules/homelab/services/jellyfin/default.nix index 25f658f..f846f21 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 = default_port; + default = 7101; description = "set port for jellyfin (default: ${toString default_port}"; };