From c41f787ecf94fce14b684a42e521ad620ea80844 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 8 Feb 2025 19:36:41 +0100 Subject: Format files --- modules/monitoring/postgres.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules/monitoring/postgres.nix') diff --git a/modules/monitoring/postgres.nix b/modules/monitoring/postgres.nix index 25266fa..63f536b 100644 --- a/modules/monitoring/postgres.nix +++ b/modules/monitoring/postgres.nix @@ -23,7 +23,9 @@ in { job_name = "postgres"; scrape_interval = "${toString cfg.prometheusScrapeInterval}s"; - static_configs = [ { targets = [ "localhost:${toString config.services.prometheus.exporters.postgres.port}" ]; } ]; + static_configs = [ + { targets = [ "localhost:${toString config.services.prometheus.exporters.postgres.port}" ]; } + ]; } ]; -- cgit 1.5.1