promtail: restore journald support

This commit is contained in:
K900
2023-04-13 12:47:08 +03:00
parent b5d5077e33
commit b59c4b27f3
+2
View File
@@ -28,6 +28,8 @@ buildGoModule rec {
"cmd/logcli"
];
tags = ["promtail_journal_enabled"];
nativeBuildInputs = [ makeWrapper ];
buildInputs = lib.optionals stdenv.isLinux [ systemd.dev ];