From ff782189f05f48f28a8292b0e3c9bb579ebe93e5 Mon Sep 17 00:00:00 2001 From: Parthiv Seetharaman Date: Sat, 23 Apr 2022 23:31:09 -0700 Subject: pkgs: add mautrix-discord from beeper --- examples/mautrix.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'examples') 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"; -- cgit v1.2.3