1
0
Fork 0

matrix: rename sliding-sync service

This commit is contained in:
Daniel Kempkens 2024-02-20 15:24:51 +01:00
parent c935d7ccb1
commit 57270a5a1d
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 9 additions and 9 deletions

View file

@ -89,17 +89,17 @@ in
}; };
extraConfigFiles = [ config.age.secrets.synapse-extra-config.path ]; extraConfigFiles = [ config.age.secrets.synapse-extra-config.path ];
};
sliding-sync = { services.matrix-sliding-sync = {
enable = true; enable = true;
settings = { settings = {
SYNCV3_SERVER = "https://${fqdn}"; SYNCV3_SERVER = "https://${fqdn}";
SYNCV3_BINDADDR = "127.0.0.1:8009"; SYNCV3_BINDADDR = "127.0.0.1:8009";
};
environmentFile = config.age.secrets.synapse-sliding-sync-config.path;
}; };
environmentFile = config.age.secrets.synapse-sliding-sync-config.path;
}; };
systemd.services.matrix-synapse.after = [ "postgresql.service" ]; systemd.services.matrix-synapse.after = [ "postgresql.service" ];

View file

@ -6,7 +6,7 @@
inputs = { inputs = {
syslog = { syslog = {
server = "udp://:6514"; server = "udp://:6514";
syslog_standard = "RFC3164"; syslog_standard = "RFC5424";
best_effort = true; best_effort = true;
}; };
}; };