enable transcoding

This commit is contained in:
♥ Minnie ♥ 2023-11-06 23:53:17 +00:00
parent 5b38337eb3
commit ed9c712e87
2 changed files with 21 additions and 1 deletions

View file

@ -1,6 +1,11 @@
{ ... }:
{ pkgs, ... }:
{
environment.systemPackages = [
# Required for hardware acceleration
pkgs.jellyfin-ffmpeg
];
services = {
# Volunteer-built media solution that puts you in control of your media
jellyfin = {