From 8fca2a672f037668edbb8884efd9bbf112544237 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Mon, 2 Sep 2024 17:18:23 +0200 Subject: [PATCH] journalwatch config --- modules/journalwatch.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/modules/journalwatch.nix b/modules/journalwatch.nix index e8cf734..4aa5c20 100644 --- a/modules/journalwatch.nix +++ b/modules/journalwatch.nix @@ -379,10 +379,13 @@ filters = '' \s+\S+ Skipped - Image is already being pulled by \S+ \s+\S+ Pulling + \s+\S+ Already exists + \s+\S+ Waiting + \s+\S+ (Downloading|Extracting) \[=*> *\] ([0-9]+\.)?[0-9]+(B|kB|MB|GB)/([0-9]+\.)?[0-9]+(B|kB|MB|GB) + \s+\S+ Verifying Checksum + \s+\S+ Pull complete \s+\S+ Pulled - \s+Container \S+ Running - \s+Container \S+ Waiting - \s+Container \S+ Healthy + \s+Container \S+ (Recreate|Recreated|Waiting|Starting|Started|Running|Healthy) ''; match = "_SYSTEMD_UNIT = Jinja-Compose.service"; }