adding jellyfin and qbittorrent

This commit is contained in:
ediblerope 2025-05-09 21:23:05 +01:00
parent 19014133d2
commit 6a23f2ef8d

View file

@ -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;