snowflake/modules/prometheus/exporters/postgres.nix
notohh 449dca5ddf
All checks were successful
/ check (push) Successful in 38s
postgres: formatting
2023-10-18 02:50:24 -04:00

8 lines
118 B
Nix

_: {
services.prometheus.exporters.postgres = {
enable = true;
openFirewall = true;
port = 9003;
};
}