diff --git a/configuration.nix b/configuration.nix index 9e6aed9..095a93d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -104,6 +104,10 @@ environment.systemPackages = with pkgs; [ discord-ptb git vlc + jellyfin + jellyfin-web + jellyfin-ffmpeg + qbittorrent ]; # Steam @@ -111,6 +115,12 @@ programs.steam = { enable = true; }; +# Jellyfin service +services.jellyfin = { + enable = true; + openFirewall = true; +}; + # Noisetorch programs.noisetorch.enable = true;