feat(matrix): add conduit as default matrix server

This commit is contained in:
Felix Schröter 2023-07-29 18:00:49 +02:00
parent c73c212cd6
commit 1b7b6596a8
Signed by: felschr
GPG key ID: 671E39E6744C807D
6 changed files with 202 additions and 9 deletions

View file

@ -1,7 +1,7 @@
{ config, pkgs, ... }:
let
inherit (config.services.dendrite.settings.global) server_name;
inherit (config.services.matrix-conduit.settings.global) server_name;
matrix_host = "matrix.${server_name}";
in {
services.nginx.virtualHosts."element.felschr.com" = {