Heisenbridge is a Matrix
app-service designed to be used as a single-user "bouncer" style IRC
client rather than a "room mirror" like matrix-appservice-irc
.
It's primarily operated via chat commands. I'm basically trusting the nixpkgs configuration.
,#+ARROYONIXOSMODULE: nixos/heisenbridge.nix
{ ... }:
{
services.matrix-synapse.settings.app_service_config_files = ["/var/lib/heisenbridge/registration.yml"];
services.heisenbridge = {
enable = true;
debug = true;
homeserver = "http://localhost:8008";
owner = "@rrix:kickass.systems";
};
}