diff --git a/hosts/VEGAS/services/matrix/default.nix b/hosts/VEGAS/services/matrix/default.nix index 58d3a26..8fb2c75 100644 --- a/hosts/VEGAS/services/matrix/default.nix +++ b/hosts/VEGAS/services/matrix/default.nix @@ -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"; + }; + }); }