diff --git a/modules/journalwatch.nix b/modules/journalwatch.nix index 9f64ac1..a956d8e 100644 --- a/modules/journalwatch.nix +++ b/modules/journalwatch.nix @@ -215,6 +215,12 @@ ''; 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 filters = '' # Somebody evil ...