diff options
author | Rory& <root@rory.gay> | 2024-11-03 00:54:59 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-11-03 00:54:59 +0100 |
commit | 156122ace15751519d77bc9cd46f55386117ca65 (patch) | |
tree | c62987a1bbc508a4c570b0aaf09f9ed100093385 | |
parent | Portable changes, email server (diff) | |
download | Rory-Open-Architecture-156122ace15751519d77bc9cd46f55386117ca65.tar.xz |
No more sliding sync
-rwxr-xr-x | host/Rory-nginx/services/matrix/root.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/services/matrix/root.nix b/host/Rory-nginx/services/matrix/root.nix index b13c38a..f11dec5 100755 --- a/host/Rory-nginx/services/matrix/root.nix +++ b/host/Rory-nginx/services/matrix/root.nix @@ -7,7 +7,7 @@ ./matrix-appservice-discord.nix ./draupnir.nix ./grapevine.nix - ./sliding-sync.nix +# ./sliding-sync.nix # removed from nixpkgs, use synapse support instead ]; } |