summary refs log tree commit diff stats
path: root/system/services/matrix/default.nix
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-06-06 10:23:07 +0200
committersils <sils@sils.li>2023-06-06 10:23:07 +0200
commit9465eb624aab87adc9a5bf3b3d3ba96c8eb3e2a2 (patch)
tree6301db25e4dc7bbf12e39dadae817376d0640f9c /system/services/matrix/default.nix
parentFeat(system/matrix/conduit): Add matrix-conduit (diff)
downloadnixos-server-9465eb624aab87adc9a5bf3b3d3ba96c8eb3e2a2.tar.gz
nixos-server-9465eb624aab87adc9a5bf3b3d3ba96c8eb3e2a2.zip
Revert: Remove Conduit
It didn't deploy either and we'd probably use synapse anyway

This reverts commit fbba7df4b7c9de5b1926612647e1d9d06b7d22cf.
Diffstat (limited to 'system/services/matrix/default.nix')
-rw-r--r--system/services/matrix/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/system/services/matrix/default.nix b/system/services/matrix/default.nix
deleted file mode 100644
index 7f2a357..0000000
--- a/system/services/matrix/default.nix
+++ /dev/null
@@ -1,5 +0,0 @@
-{config, ...}: {
-  imports = [
-    ./conduit
-  ];
-}