summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2024-12-15 22:53:04 +0100
committerMel <einebeere@gmail.com>2024-12-15 22:53:04 +0100
commit3700b0489942a4b22025e71778a5572069451437 (patch)
treee217fcbd17ac5ca26326084f65cc4f5f98c617e3 /machines
parentf1333608a54a3c6255d996844645f99a433ace94 (diff)
downloadnetwork-3700b0489942a4b22025e71778a5572069451437.tar.zst
network-3700b0489942a4b22025e71778a5572069451437.zip
Deploy conduwuit as new Matrix homeserver
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'machines')
-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;