treewide: cleanup with deadnix

This commit is contained in:
Rouven Seifert 2024-05-06 11:21:12 +02:00
parent 5930da6bdf
commit 4fa9a2fe7d
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }: { pkgs, ... }:
{ {
imports = imports =

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }: { config, ... }:
let let
domain = "monitoring.${config.networking.domain}"; domain = "monitoring.${config.networking.domain}";
in in

View file

@ -13,7 +13,7 @@ in
}; };
})); }));
# (hopefully) fix systemd journal reading # (hopefully) fix systemd journal reading
prometheus-postfix-exporter = prev.prometheus-postfix-exporter.overrideAttrs (old: { prometheus-postfix-exporter = prev.prometheus-postfix-exporter.overrideAttrs (_old: {
patches = [ patches = [
./prometheus-postfix-exporter/0001-cleanup-also-catch-milter-reject.patch ./prometheus-postfix-exporter/0001-cleanup-also-catch-milter-reject.patch
]; ];