mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-22 22:09:34 +01:00
journalwatch config
This commit is contained in:
parent
bac691852f
commit
5951c36daa
@ -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 ...
|
||||||
|
Loading…
Reference in New Issue
Block a user