bicep/matrix: add module for adding stuff to well-known

This commit is contained in:
h7x4
2026-01-21 09:53:45 +09:00
parent 6b5c12a4b8
commit 75c52f63cc
4 changed files with 54 additions and 11 deletions

View File

@@ -2,6 +2,13 @@
let
synapse-cfg = config.services.matrix-synapse-next;
in {
services.pvv-matrix-well-known.client = {
"m.homeserver" = {
base_url = "https://matrix.pvv.ntnu.no";
server_name = "pvv.ntnu.no";
};
};
services.nginx.virtualHosts."chat.pvv.ntnu.no" = {
enableACME = true;
forceSSL = true;