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

{
  imports = [
    ./synapse/synapse-main.nix
    ./coturn.nix
    ./matrix-appservice-discord.nix
    ./draupnir.nix
    ./grapevine.nix
#    ./sliding-sync.nix # removed from nixpkgs, use synapse support instead
  ];

}