diff options
author | sefidel <contact@sefidel.net> | 2023-11-05 12:50:11 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-11-12 17:12:49 +0900 |
commit | 8c2d625042c3497893702a6d3538330bb8148959 (patch) | |
tree | a6855a24c2c9872d2bbab9bb22a386945be29957 /systems | |
parent | f49a7dc20d11732e9250b1e88398931f25e3b23b (diff) | |
download | infra-8c2d625042c3497893702a6d3538330bb8148959.tar.gz infra-8c2d625042c3497893702a6d3538330bb8148959.zip |
chore(modules)!: dendrite -> matrix-homeserver
This commit removes direct references to dendrite in system configuration to provide a base to switch to other homeservers.
Diffstat (limited to 'systems')
-rw-r--r-- | systems/cobalt/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/cobalt/default.nix b/systems/cobalt/default.nix index a663385..bbd5261 100644 --- a/systems/cobalt/default.nix +++ b/systems/cobalt/default.nix @@ -254,7 +254,7 @@ in }; services.fail2ban.enable = true; services.postgresql.enable = true; - services.dendrite = { + services.matrix-homeserver = { enable = true; domain = "exotic.sh"; realHost = "matrix.exotic.sh"; |