feat(matrix): add conduit as default matrix server
This commit is contained in:
parent
c73c212cd6
commit
1b7b6596a8
6 changed files with 202 additions and 9 deletions
|
@ -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" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue