summary refs log tree commit diff stats
path: root/system/services/matrix/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--system/services/matrix/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/system/services/matrix/default.nix b/system/services/matrix/default.nix
new file mode 100644
index 0000000..7f2a357
--- /dev/null
+++ b/system/services/matrix/default.nix
@@ -0,0 +1,5 @@
+{config, ...}: {
+  imports = [
+    ./conduit
+  ];
+}