Jellyfin: Difference between revisions

Intro Skipper plugin: delete redundant brace
jellyfin-media-player was renamed to jellyfin-desktop and updated so it's no longer marked as insecure
 
Line 24: Line 24:


If you would like to install the desktop application, use the following:
If you would like to install the desktop application, use the following:
{{Warning|Currently in NixOS 25.11, jellyfin-media-player is marked as insecure as it depends on a vulnerable version of qtwebengine (v5.15.19). Until this is fixed, you may want to use the Jellyfin web client instead. For fix status, see: https://github.com/NixOS/nixpkgs/issues/437865}}


{{code|lang=nix|line=no|1={
{{code|lang=nix|line=no|1={
   environment.systemPackages = [
   environment.systemPackages = [
     pkgs.jellyfin-media-player
     pkgs.jellyfin-desktop
   ];
   ];
}
}