From 21730a2365c264ce7a6a328c3dd0a5eb7492e36b Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 31 May 2022 21:17:22 +0200 Subject: [PATCH] services/matrix: log to main journal namespace --- hosts/VEGAS/services/matrix/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/VEGAS/services/matrix/default.nix b/hosts/VEGAS/services/matrix/default.nix index 727adc1..fa1ed97 100644 --- a/hosts/VEGAS/services/matrix/default.nix +++ b/hosts/VEGAS/services/matrix/default.nix @@ -105,7 +105,6 @@ in { }; systemd.services = lib.genAttrs [ "coturn" "matrix-appservice-discord" "matrix-synapse" ] (_: { serviceConfig = { - LogNamespace = "matrix"; Slice = "communications.slice"; }; });