journalwatch config

This commit is contained in:
Daniel Langbein 2023-10-03 16:38:26 +02:00
parent bac691852f
commit 5951c36daa
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -215,6 +215,12 @@
''; '';
match = "_SYSTEMD_UNIT = /(bluetooth\.service|cups\.service)/"; match = "_SYSTEMD_UNIT = /(bluetooth\.service|cups\.service)/";
} }
{ # yodaNas. TODO: This is maybe a bug. It occurs when deploying and switching to a NixOS config with colmena.
filters = ''
\S+: Process '/nix/store/\S+-bash-\S+/bin/sh -c 'echo 2 > /proc/sys/net/ipv6/conf/\S+/use_tempaddr''' failed with exit code 1.
'';
match = "_SYSTEMD_UNIT = systemd-udevd.service";
}
{ # yodaYoga { # yodaYoga
filters = '' filters = ''
# Somebody evil ... # Somebody evil ...