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

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

}