Skip to content

Commit

Permalink
matrix: use renamed sliding sync module
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <[email protected]>
  • Loading branch information
sumnerevans committed Apr 4, 2024
1 parent c67bc62 commit 4887bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/matrix/synapse/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ in {
};

# Run the sliding-sync proxy.
services.matrix-synapse.sliding-sync = {
services.matrix-sliding-sync = {
enable = true;
createDatabase = true;
environmentFile = "/run/keys/nevarro_space_sliding_sync_environment_file";
Expand Down

0 comments on commit 4887bcb

Please sign in to comment.