VEGAS/matrix: journal namespacing and slicing

This commit is contained in:
Max Headroom 2021-10-16 14:56:28 +02:00
parent 40e53114ea
commit de311567ec

View file

@ -107,4 +107,10 @@ in {
locations."= /.well-known/matrix/client".alias = clientConfigJSON;
};
};
systemd.services = lib.genAttrs [ "coturn" "matrix-appservice-discord" "matrix-synapse" ] (_: {
serviceConfig = {
LogNamespace = "matrix";
Slice = "communications.slice";
};
});
}