about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-01-11 17:39:32 +0900
committersefidel <contact@sefidel.net>2024-01-12 00:18:46 +0900
commit26b33c01c240a5436c418b06e76da76140f7df71 (patch)
tree6e2c93924ffc8007b02b3144511e305e3d60e24a /modules
parent9b872761436ff2a536fb773bf1219cd9067d2ad7 (diff)
downloadinfra-26b33c01c240a5436c418b06e76da76140f7df71.tar.gz
infra-26b33c01c240a5436c418b06e76da76140f7df71.zip
chore(overlays, modules/matrix-homeserver): remove obsolete sliding-sync module
Diffstat (limited to 'modules')
-rw-r--r--modules/services/matrix-homeserver.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/services/matrix-homeserver.nix b/modules/services/matrix-homeserver.nix
index 63691d3..6687e1d 100644
--- a/modules/services/matrix-homeserver.nix
+++ b/modules/services/matrix-homeserver.nix
@@ -9,11 +9,6 @@ let
   metricsPort = 8010;
 in
 {
-  imports = [
-    # TODO: remove obsolete module
-    ../../overlays/sliding-sync-module.nix
-  ];
-
   options.modules.services.matrix-homeserver = {
     enable = mkEnableOption "matrix homeserver instance";
     domain = mkOption { type = types.str; };