summary refs log tree commit diff
path: root/machines/renard/default.nix
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-08-18 15:50:56 +0200
committerMel <mel@rnrd.eu>2025-08-18 15:51:06 +0200
commita76a5e9fad265f281c55b5e4a80ae97d9f234cc7 (patch)
treef3c3c77c0fbec7e6d6da2546b27780cfd0b3c94f /machines/renard/default.nix
parentdcc5f8e5624919c887969343fc9b743b88c60ce7 (diff)
downloadnetwork-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.nix4
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 = ''