summary refs log tree commit diff
path: root/machines/lapin
diff options
context:
space:
mode:
Diffstat (limited to 'machines/lapin')
-rw-r--r--machines/lapin/default.nix11
1 files changed, 1 insertions, 10 deletions
diff --git a/machines/lapin/default.nix b/machines/lapin/default.nix
index 3178a1d..2e21328 100644
--- a/machines/lapin/default.nix
+++ b/machines/lapin/default.nix
@@ -9,7 +9,7 @@
 
     ../../modules/www.nix
 
-    ../../services/dendrite.nix
+    ../../services/conduwuit.nix
     ../../services/pds.nix
     ../../services/akkoma
   ];
@@ -39,15 +39,6 @@
       };
     };
 
-    "matrix.rnrd.eu" = {
-      forceSSL = true;
-      enableACME = true;
-
-      locations."/_matrix" = {
-        proxyPass = "http://127.0.0.1:8008";
-      };
-    };
-
     "pds.rnrd.eu" = {
       serverAliases = [ "*.pds.rnrd.eu" ];
       forceSSL = true;