diff options
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/hosts/tente/monitoring.nix | 4 | ||||
-rw-r--r-- | nixos/npins/sources.json | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/nixos/hosts/tente/monitoring.nix b/nixos/hosts/tente/monitoring.nix index 668e1ef..eaddacb 100644 --- a/nixos/hosts/tente/monitoring.nix +++ b/nixos/hosts/tente/monitoring.nix @@ -180,8 +180,8 @@ in forward_to = [loki.write.default.receiver] stage.match { - // Select messages from systemd services that have LogExtraFields=log_format=logfmt. - selector = "{__journal_log_format=\"logfmt\"}" + // Select messages from systemd services that have LogExtraFields=LOG_FORMAT=logfmt. + selector = "{__journal_LOG_FORMAT=\"logfmt\"}" stage.logfmt { mapping = { time = "", level = "" } } diff --git a/nixos/npins/sources.json b/nixos/npins/sources.json index 28c4145..923713d 100644 --- a/nixos/npins/sources.json +++ b/nixos/npins/sources.json @@ -33,9 +33,9 @@ "url": "https://git.push-f.com/osm-proposals" }, "branch": "master", - "revision": "2ee6afdf3356dea2aebdd48d20dfe9eb07037ba3", + "revision": "0a531bcbd4778ef754583d52d1a6b525ee9702d4", "url": null, - "hash": "14j48alysvx4n06my3kspsbplx23sv07nvswrya1x3swmwn4mnnc" + "hash": "0phmc0c4di6hial8l5017k03c9zn8iz2zk8cgrzsgypaw1wwsn67" }, "my-rust-features": { "type": "Git", @@ -44,9 +44,9 @@ "url": "https://git.push-f.com/rust-features" }, "branch": "master", - "revision": "455778d2db961c36c54550ed3fc02a23aeaac34b", + "revision": "60c929acab8bfcd3fdc355288f1a72c1ed303f11", "url": null, - "hash": "1x2nk4wbd9xr02biphyrdjsksk3gj934w216k5mcvz86z7rfj8gj" + "hash": "1vnwhgqqi8ihic6fz6grzikc1dra6myl2b2aly2fgzrcbzrd5390" }, "my-spec-pub": { "type": "Git", |