1
0
forked from c3d2/nix-config

modules/c3d2: remove unnecessary journalToMqtt vector transform

This commit is contained in:
Astro 2022-09-11 04:12:52 +02:00
parent c79982f1a7
commit a68cf4d4c1

View File

@ -213,15 +213,8 @@ in
type = "journald";
current_boot_only = true;
};
transforms.parsed = {
type = "remap";
inputs = ["journal"];
source = if true then "" else ''
. |= parse_syslog!(.message)
'';
};
sinks.mqtt = {
inputs = ["parsed"];
inputs = ["journal"];
type = "mqtt";
host = "broker.serv.zentralwerk.org";
# port = 8883;