{ pkgs, ... }: { services.bitlbee.enable = true; services.bitlbee.plugins = with pkgs; [ bitlbee-mastodon ]; services.bitlbee.portNumber = 6262; }