From 3f5ea5ec607d5d4056962a3eeb7b068139ecb9be Mon Sep 17 00:00:00 2001 From: blake Date: Thu, 9 Oct 2025 14:23:51 -0500 Subject: [PATCH] 164 current 2025-10-09 14:23:06 25.05.20251006.20c4598 6.12.50 * --- 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 e730860..e088aa5 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 163 current 2025-10-09 14:18:39 25.05.20251006.20c4598 6.12.50 * +# generation: 164 current 2025-10-09 14:23:06 25.05.20251006.20c4598 6.12.50 * { description = "blakes nix config"; inputs = { diff --git a/modules/homelab/services/jellyfin/default.nix b/modules/homelab/services/jellyfin/default.nix index fb72505..d172700 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 = 7101; + default = 7100; description = "set port for ${service} (default: ${toString cfg.port}"; }; url = lib.mkOption {