matrix: rename sliding-sync service
This commit is contained in:
parent
c935d7ccb1
commit
57270a5a1d
2 changed files with 9 additions and 9 deletions
|
@ -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" ];
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue