summary refs log tree commit diff stats
path: root/system/services/matrix/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-05-20 13:38:56 +0200
committersils <sils@sils.li>2023-05-20 13:57:26 +0200
commitfbba7df4b7c9de5b1926612647e1d9d06b7d22cf (patch)
tree81ab98dee650c613223b09d87935006f4213550e /system/services/matrix/default.nix
parentBuild(cog): Add (diff)
downloadnixos-server-fbba7df4b7c9de5b1926612647e1d9d06b7d22cf.tar.gz
nixos-server-fbba7df4b7c9de5b1926612647e1d9d06b7d22cf.zip
Feat(system/matrix/conduit): Add matrix-conduit
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
+  ];
+}