about summary refs log tree commit diff
path: root/modules/services/matrix-homeserver.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-11-12 16:46:41 +0900
committersefidel <contact@sefidel.net>2023-11-12 17:12:53 +0900
commitda840e09be40989171c14120177df14a22780e33 (patch)
tree230425edfc8bf3657a1615ed30ea4516087eb857 /modules/services/matrix-homeserver.nix
parent78df22317c990d056896002b711383ec4166a2a8 (diff)
downloadinfra-da840e09be40989171c14120177df14a22780e33.tar.gz
infra-da840e09be40989171c14120177df14a22780e33.zip
feat(modules/matrix-bridge): support new homeserver
Diffstat (limited to 'modules/services/matrix-homeserver.nix')
-rw-r--r--modules/services/matrix-homeserver.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/services/matrix-homeserver.nix b/modules/services/matrix-homeserver.nix
index 842423d..f830ee0 100644
--- a/modules/services/matrix-homeserver.nix
+++ b/modules/services/matrix-homeserver.nix
@@ -10,6 +10,7 @@ let
 in
 {
   imports = [
+    # TODO: remove obsolete module
     ../../overlays/sliding-sync-module.nix
   ];