From 483143045506b582590e0f7cb774b34f367407c0 Mon Sep 17 00:00:00 2001 From: b12f Date: Tue, 10 Sep 2024 15:26:07 +0200 Subject: [PATCH] chore: run nix fmt --- modules/prometheus/default.nix | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/modules/prometheus/default.nix b/modules/prometheus/default.nix index 4474e05..41cc28c 100644 --- a/modules/prometheus/default.nix +++ b/modules/prometheus/default.nix @@ -117,25 +117,19 @@ job_name = "garage"; static_configs = [ { - targets = [ - "trinkgenossin.wg.${config.pub-solar-os.networking.domain}:3903" - ]; + targets = [ "trinkgenossin.wg.${config.pub-solar-os.networking.domain}:3903" ]; labels = { instance = "trinkgenossin"; }; } { - targets = [ - "delite.wg.${config.pub-solar-os.networking.domain}:3903" - ]; + targets = [ "delite.wg.${config.pub-solar-os.networking.domain}:3903" ]; labels = { instance = "delite"; }; } { - targets = [ - "blue-shell.wg.${config.pub-solar-os.networking.domain}:3903" - ]; + targets = [ "blue-shell.wg.${config.pub-solar-os.networking.domain}:3903" ]; labels = { instance = "blue-shell"; };