From 6a23f2ef8d0f9ba8dceb4e0de41ee74bb0f1b3b8 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Fri, 9 May 2025 21:23:05 +0100 Subject: [PATCH] adding jellyfin and qbittorrent --- configuration.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) 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;