treewide: cleanup with deadnix
This commit is contained in:
parent
5930da6bdf
commit
4fa9a2fe7d
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports =
|
imports =
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, ... }:
|
||||||
let
|
let
|
||||||
domain = "monitoring.${config.networking.domain}";
|
domain = "monitoring.${config.networking.domain}";
|
||||||
in
|
in
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue