{ den, ... }: { lux.qbittorrent-client = { includes = [ (den.lib.perHost { nixos.networking.firewall = { allowedTCPPorts = [ 43864 ]; allowedUDPPorts = [ 43864 ]; }; }) ]; homeManager = { pkgs, ... }: { home.packages = [ pkgs.qbittorrent ]; }; }; }