add jellyfin and remove calibre from server

This commit is contained in:
twoneis 2024-02-18 18:29:45 +01:00
parent 5c44493188
commit faffb15d17
3 changed files with 11 additions and 13 deletions

View file

@ -0,0 +1,11 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
jellyfin
jellyfin-web
jellyfin-ffmpeg
];
services.jellyfin = {
enable = true;
};
}