diff options
author | Parthiv Seetharaman <pachum99@myrdd.info> | 2022-04-23 23:31:09 -0700 |
---|---|---|
committer | Parthiv Seetharaman <pachum99@myrdd.info> | 2022-04-23 23:31:09 -0700 |
commit | ff782189f05f48f28a8292b0e3c9bb579ebe93e5 (patch) | |
tree | 2e0b5230216b9f6cb16a0a9e46487ac0c0f6a9ef /examples/mautrix.nix | |
parent | 87cd2673fbfee105d2ff7e07634645ef86ae6557 (diff) |
pkgs: add mautrix-discord from beeper
Diffstat (limited to 'examples/mautrix.nix')
-rw-r--r-- | examples/mautrix.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/mautrix.nix b/examples/mautrix.nix index 7de04ee..c5f0b34 100644 --- a/examples/mautrix.nix +++ b/examples/mautrix.nix @@ -15,6 +15,12 @@ package = pkgs.mautrix-whatsapp; }; + discord = { + port = 29188; + format = "mautrix-go"; + package = pkgs.mautrix-discord; + }; + signal = { port = 29184; format = "mautrix-python"; |