{ pkgs, nixarr, ... }: { services.jellyfin = { enable = true; openFirewall = true; }; services.sabnzbd = { enable = true; openFirewall = true; }; }