matrix: rename sliding-sync service
This commit is contained in:
parent
c935d7ccb1
commit
57270a5a1d
2 changed files with 9 additions and 9 deletions
|
@ -89,8 +89,9 @@ in
|
|||
};
|
||||
|
||||
extraConfigFiles = [ config.age.secrets.synapse-extra-config.path ];
|
||||
};
|
||||
|
||||
sliding-sync = {
|
||||
services.matrix-sliding-sync = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
|
@ -100,7 +101,6 @@ in
|
|||
|
||||
environmentFile = config.age.secrets.synapse-sliding-sync-config.path;
|
||||
};
|
||||
};
|
||||
|
||||
systemd.services.matrix-synapse.after = [ "postgresql.service" ];
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
inputs = {
|
||||
syslog = {
|
||||
server = "udp://:6514";
|
||||
syslog_standard = "RFC3164";
|
||||
syslog_standard = "RFC5424";
|
||||
best_effort = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue