summary refs log tree commit diff stats
path: root/system/services/matrix/default.nix
diff options
context:
space:
mode:
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
-  ];
-}