From 8c2d625042c3497893702a6d3538330bb8148959 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 5 Nov 2023 12:50:11 +0900 Subject: chore(modules)!: dendrite -> matrix-homeserver This commit removes direct references to dendrite in system configuration to provide a base to switch to other homeservers. --- systems/cobalt/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systems') 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"; -- cgit 1.4.1