{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
p7zip
];
services.sabnzbd = {
enable = true;
group = "jellyfin";
};
}