diff --git a/modules/journalwatch.nix b/modules/journalwatch.nix index 16cc882..83ac92e 100644 --- a/modules/journalwatch.nix +++ b/modules/journalwatch.nix @@ -389,6 +389,10 @@ } { # yodaTux, yodaNas filters = '' + Starting \S+\.service\.\.\. + \S+\.service: Deactivated successfully\. + Finished \S+\.service\. + # Reexecuting\. (finished )?switching to system configuration /nix/store/.+-nixos-system-.+-[0-9]+\.[0-9]+pre-git ''; @@ -467,6 +471,7 @@ \S+\.(service|scope|slice|mount): Consumed .+ CPU time(, .+)?, received .+ IP traffic, sent .+ IP traffic\. \S+\.(service|scope|slice|mount): Consumed .+ CPU time, no IP traffic\. # + Started Logrotate Service\. Shutting down\. ''; match = "SYSLOG_IDENTIFIER = systemd";