Add jellyfin packages

Hopefully this fixes LiveTV thumbnails
This commit is contained in:
Jan Kremer 2026-03-10 11:12:49 +01:00
parent f1b697eb73
commit af6d9e66d2
No known key found for this signature in database

View file

@ -1,5 +1,11 @@
{ pkgs, ... }:
{ {
services.jellyfin.enable = true; # port = 8096 services.jellyfin.enable = true; # port = 8096
environment.systemPackages = [
pkgs.jellyfin
pkgs.jellyfin-web
pkgs.jellyfin-ffmpeg
];
## Grab EPG data daily ## Grab EPG data daily
virtualisation.oci-containers = { virtualisation.oci-containers = {