diff options
| author | Mel <einebeere@gmail.com> | 2024-12-15 22:53:04 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-12-15 22:53:04 +0100 |
| commit | 3700b0489942a4b22025e71778a5572069451437 (patch) | |
| tree | e217fcbd17ac5ca26326084f65cc4f5f98c617e3 /machines | |
| parent | f1333608a54a3c6255d996844645f99a433ace94 (diff) | |
| download | network-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.nix | 11 |
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; |
