journalwatch config

This commit is contained in:
Daniel Langbein 2024-02-24 21:35:13 +01:00
parent 8551b95f6f
commit 384ee4e324
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -31,10 +31,6 @@
# journalctl -b -p5 -o json-pretty
# Then press "/", enter a pattern and press "Enter".
# TODO: Wait until issue is resolved
# https://github.com/NixOS/nixpkgs/issues/267857
# /etc/tmpfiles.d/tmp.conf:11: Duplicate line for path "/tmp", ignoring.
assertions = [{
assertion = config.services.opensmtpd.enable;
message = "journalwatch requires a configured sendmail MTA, see sendmail-mta.nix.";
@ -318,6 +314,15 @@
# _SYSTEMD_UNIT
#
# TODO: Wait until issue is resolved
# https://github.com/NixOS/nixpkgs/issues/267857
# /etc/tmpfiles.d/tmp.conf:11: Duplicate line for path "/tmp", ignoring.
{ # yodaHedgehog
filters = ''
/etc/tmpfiles\.d/tmp\.conf:11: Duplicate line for path "/tmp", ignoring\.
'';
match = "_SYSTEMD_UNIT = systemd-tmpfiles-setup.service";
}
{ # yodaTux
filters = ''
.*
@ -518,9 +523,9 @@
ata[0-9]\.00: Entering active power mode
'' + (if (config.networking.hostName == "yodaHedgehog") then ''
# Not sure about this.
ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/32 (20220331/tbfadt-564)
ACPI BIOS Warning \(bug\): 32/64X length mismatch in FADT/Gpe0Block: 128/32 \(20220331/tbfadt-564\)
hpet: number irqs doesn't agree with number of timers
gpio gpiochip0: (INT0002 Virtual GPIO): not an immutable chip, please consider fixing it!
gpio gpiochip0: \(INT0002 Virtual GPIO\): not an immutable chip, please consider fixing it!
at24 0-0050: supply vcc not found, using dummy regulator
intel-spi: probe of intel-spi failed with error -22
# Ignore.