From 3700b0489942a4b22025e71778a5572069451437 Mon Sep 17 00:00:00 2001 From: Mel Date: Sun, 15 Dec 2024 22:53:04 +0100 Subject: Deploy conduwuit as new Matrix homeserver Signed-off-by: Mel --- machines/lapin/default.nix | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'machines/lapin') 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; -- cgit 1.4.1