summary refs log tree commit diff
path: root/host/Rory-ovh/services/matrix/root.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-ovh/services/matrix/root.nix')
-rwxr-xr-xhost/Rory-ovh/services/matrix/root.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/host/Rory-ovh/services/matrix/root.nix b/host/Rory-ovh/services/matrix/root.nix
new file mode 100755

index 0000000..d32cc54 --- /dev/null +++ b/host/Rory-ovh/services/matrix/root.nix
@@ -0,0 +1,13 @@ +{ ... }: + +{ + imports = [ + ./synapse/synapse-main.nix + ./coturn.nix + ./matrix-appservice-discord.nix + ./draupnir.nix + ./grapevine.nix + ./ooye.nix + ]; + +}