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.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/system/services/matrix/default.nix b/system/services/matrix/default.nix
index 9148f66..66474cc 100644
--- a/system/services/matrix/default.nix
+++ b/system/services/matrix/default.nix
@@ -12,10 +12,6 @@
     return 200 '${builtins.toJSON data}';
   '';
 in {
-  imports = [
-    ./bridges/mautrix-whatsapp.nix
-  ];
-
   networking.firewall.allowedTCPPorts = [80 443];
 
   services = {