mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-28 17:38: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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue