about summary refs log tree commit diff
path: root/systems
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-11-05 12:50:11 +0900
committersefidel <contact@sefidel.net>2023-11-12 17:12:49 +0900
commit8c2d625042c3497893702a6d3538330bb8148959 (patch)
treea6855a24c2c9872d2bbab9bb22a386945be29957 /systems
parentf49a7dc20d11732e9250b1e88398931f25e3b23b (diff)
downloadinfra-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.nix2
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";