Just thought I’d share my qbittorrent headless service module in case it helps someone here.
Once you import the module, you can enable it as you would most other common service modules. For example:
services.qbittorrent = {
enable = true;
openFirewall = true;
port = 58080;
};
I’m not sure what it would take to get it upstream, but I might look into that when I have a bit more time.