From 2229f79617c6bdf9d782e01ade89cb68d197e6c0 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Tue, 15 Sep 2026 21:38:16 +0200 Subject: [PATCH] Services/Jellyfin: Update to v12.1 --- system/services/jellyfin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/services/jellyfin.nix b/system/services/jellyfin.nix index eb14e98..0f2a094 100644 --- a/system/services/jellyfin.nix +++ b/system/services/jellyfin.nix @@ -5,7 +5,7 @@ pkgs, ... }: let - jellyfinVersion = "10.11.2"; + jellyfinVersion = "version-12.1ubu2604"; in { virtualisation.oci-containers.containers = { jellyfin = {