{ pkgs, config, ... }: { services.deluge = { enable = true; web.enable = true; web.port = 8112; }; }