summary refs log tree commit diff
path: root/machines
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
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')
-rw-r--r--machines/lapin/default.nix4
-rw-r--r--machines/renard/default.nix4
2 files changed, 3 insertions, 5 deletions
diff --git a/machines/lapin/default.nix b/machines/lapin/default.nix
index f774bea..376c7a4 100644
--- a/machines/lapin/default.nix
+++ b/machines/lapin/default.nix
@@ -7,9 +7,6 @@
     ./hardware.nix
     ./devices.nix
 
-    # TODO: migrate to fork.
-    # R.I.P. conduwuit :(
-    # ../../services/conduwuit.nix
     ../../services/pds.nix
     ../../services/akkoma
   ];
@@ -28,7 +25,6 @@
         "base"
         "akkoma"
         "pds"
-        "conduwuit"
       ];
     };
   };
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 = ''