mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
falkenstein: remove postfix exporter
This commit is contained in:
parent
f0a1129c7d
commit
d9a60f39a6
5 changed files with 13 additions and 47 deletions
|
@ -10,9 +10,6 @@
|
|||
enable = true;
|
||||
enabledCollectors = [ "systemd" ];
|
||||
};
|
||||
postfix = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
services.geoipupdate = {
|
||||
|
@ -115,6 +112,5 @@
|
|||
};
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
config.services.prometheus.exporters.node.port
|
||||
config.services.prometheus.exporters.postfix.port
|
||||
];
|
||||
}
|
||||
|
|
10
hosts/falkenstein/modules/monitoring/dmarc.nix
Normal file
10
hosts/falkenstein/modules/monitoring/dmarc.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ ... }:
|
||||
{
|
||||
users.users.dmarc = {
|
||||
description = "DMARC Report recipient";
|
||||
isNormalUser = true;
|
||||
};
|
||||
# services.parsedmarc = {
|
||||
# enable = true;
|
||||
# };
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue