diff options
| author | Mel <mel@rnrd.eu> | 2025-08-18 15:50:56 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-08-18 15:51:06 +0200 |
| commit | a76a5e9fad265f281c55b5e4a80ae97d9f234cc7 (patch) | |
| tree | f3c3c77c0fbec7e6d6da2546b27780cfd0b3c94f /machines/renard/default.nix | |
| parent | dcc5f8e5624919c887969343fc9b743b88c60ce7 (diff) | |
| download | network-a76a5e9fad265f281c55b5e4a80ae97d9f234cc7.tar.zst network-a76a5e9fad265f281c55b5e4a80ae97d9f234cc7.zip | |
Migrate Matrix from conduwuit to continuwuity, now on renard
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'machines/renard/default.nix')
| -rw-r--r-- | machines/renard/default.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/machines/renard/default.nix b/machines/renard/default.nix index 2f9dcb6..c3fb0fe 100644 --- a/machines/renard/default.nix +++ b/machines/renard/default.nix @@ -15,6 +15,7 @@ ../../services/minecraft.nix ../../services/miniflux.nix ../../services/shiori.nix + ../../services/matrix.nix ../../services/irc ]; @@ -42,6 +43,7 @@ "git" "mel" "shorest" + "matrix" ]; }; }; @@ -53,7 +55,7 @@ return = "301 https://soc.rnrd.eu$request_uri"; }; - # delegate matrix to lapin + # delegate matrix to subdomain `matrix.rnrd.eu` "/.well-known/matrix/server" = { return = "200 '{ \"m.server\": \"matrix.rnrd.eu:443\" }'"; extraConfig = '' |
