summary refs log tree commit diff
path: root/host/Rory-nginx/services/matrix/root.nix
blob: d62454248a8f46144ed447224880efeb3585bbd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ config, pkgs, lib, botcore-v4, ... }:

{
  imports =
    [
      ./synapse.nix
      ./coturn.nix
      ./matrix-appservice-discord.nix
      ./draupnir.nix
      ./conduit.nix
    ];

}