diff --git a/modules/journalwatch.nix b/modules/journalwatch.nix index e170eaf..e8cf734 100644 --- a/modules/journalwatch.nix +++ b/modules/journalwatch.nix @@ -377,13 +377,12 @@ } { # yodaNas filters = '' - # - \S+ Skipped - Image is already being pulled by \S+ - \S+ Pulling - \S+ Pulled - Container \S+ Running - Container \S+ Waiting - Container \S+ Healthy + \s+\S+ Skipped - Image is already being pulled by \S+ + \s+\S+ Pulling + \s+\S+ Pulled + \s+Container \S+ Running + \s+Container \S+ Waiting + \s+Container \S+ Healthy ''; match = "_SYSTEMD_UNIT = Jinja-Compose.service"; }