Skip to content

Commit

Permalink
nixos: fix jellyfin transcoding issues
Browse files Browse the repository at this point in the history
  • Loading branch information
claha committed Nov 1, 2024
1 parent 6480938 commit f4570bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion nixos/hosts/chewbacca/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
restic
autorestic
just
jellyfin-ffmpeg
gnupg
pinentry-curses
python3
Expand Down
5 changes: 5 additions & 0 deletions nixos/services/jellyfin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,16 @@
openFirewall = true;
};

environment.systemPackages = [
pkgs.unstable.jellyfin-ffmpeg
];

hardware.opengl = {
enable = true;
extraPackages = with pkgs; [
intel-media-driver
intel-compute-runtime
onevpl-intel-gpu
];
};
}

0 comments on commit f4570bb

Please sign in to comment.