From 5951c36daa1eabf3570bb4570d4d3a17aa3fba3a Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Tue, 3 Oct 2023 16:38:26 +0200 Subject: [PATCH] journalwatch config --- modules/journalwatch.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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 ...