Add jellyfin packages
Hopefully this fixes LiveTV thumbnails
This commit is contained in:
parent
f1b697eb73
commit
af6d9e66d2
1 changed files with 6 additions and 0 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue