services/matrix: log to main journal namespace

This commit is contained in:
Max Headroom 2022-05-31 21:17:22 +02:00
parent a3397efcd7
commit 21730a2365

View file

@ -105,7 +105,6 @@ in {
}; };
systemd.services = lib.genAttrs [ "coturn" "matrix-appservice-discord" "matrix-synapse" ] (_: { systemd.services = lib.genAttrs [ "coturn" "matrix-appservice-discord" "matrix-synapse" ] (_: {
serviceConfig = { serviceConfig = {
LogNamespace = "matrix";
Slice = "communications.slice"; Slice = "communications.slice";
}; };
}); });