summary refs log tree commit diff
path: root/host/Rory-nginx/services/matrix/root.nix
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-08-18 02:53:26 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-08-18 02:53:26 +0200
commit95ceb640e4de44994c265155464f81e1893dd394 (patch)
treed500f8130892f71c055c16b8cf2dbda771444bf2 /host/Rory-nginx/services/matrix/root.nix
parentUpdate stuff (diff)
downloadRory-Open-Architecture-95ceb640e4de44994c265155464f81e1893dd394.tar.xz
Refactor
Diffstat (limited to 'host/Rory-nginx/services/matrix/root.nix')
-rwxr-xr-xhost/Rory-nginx/services/matrix/root.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/host/Rory-nginx/services/matrix/root.nix b/host/Rory-nginx/services/matrix/root.nix
new file mode 100755
index 0000000..f9a9d49
--- /dev/null
+++ b/host/Rory-nginx/services/matrix/root.nix
@@ -0,0 +1,13 @@
+{ config, pkgs, lib, botcore-v4, ... }:
+
+{
+  imports =
+    [
+      ./synapse.nix
+      ./coturn.nix
+      ./matrix-appservice-discord.nix
+      ./draupnir.nix
+    ];
+
+  system.stateVersion = "22.11"; # DO NOT EDIT!
+}
\ No newline at end of file