Jellyfin: Difference between revisions

Add section for how to identify the GPU to add to services.jellyfin.hardwareAcceleration.device
Adding the jellyfin packages to system PATH is not required, nor particularly useful.
Line 51: Line 51:
{{code|lang=nix|line=no|1={
{{code|lang=nix|line=no|1={
   services.jellyfin.enable = true;
   services.jellyfin.enable = true;
  environment.systemPackages = [
    pkgs.jellyfin
    pkgs.jellyfin-web
    pkgs.jellyfin-ffmpeg
  ];
}
}
}}
}}