Skip to content

Commit

Permalink
refactor(athebyne/synapse): services.matrix-synapse.sliding-sync -> s…
Browse files Browse the repository at this point in the history
…ervices.matrix-sliding-sync
  • Loading branch information
nevivurn committed May 31, 2024
1 parent 87edd7a commit 8bfc888
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions systems/athebyne/services/synapse.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
report_stats = false;
enable_metrics = true;
};
};

sliding-sync = {
enable = true;
environmentFile = "/persist/secrets/synapse-sliding-sync";
settings.SYNCV3_SERVER = "https://matrix.nevi.network";
settings.SYNCV3_BINDADDR = "localhost:8010";
};
services.matrix-sliding-sync = {
enable = true;
environmentFile = "/persist/secrets/synapse-sliding-sync";
settings.SYNCV3_SERVER = "https://matrix.nevi.network";
settings.SYNCV3_BINDADDR = "localhost:8010";
};

systemd.services.matrix-sliding-sync.serviceConfig = {
Expand Down

0 comments on commit 8bfc888

Please sign in to comment.