style(grfn/mugwump): Work around a nixpkgs-fmt bug
Change-Id: I5dd328a955446a4417b7ceb015c924ca2ebae654 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5145 Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi>
This commit is contained in:
parent
120f0aa253
commit
7ce377b89e
1 changed files with 10 additions and 8 deletions
|
|
@ -210,7 +210,8 @@ with lib;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
scrapeConfigs = [{
|
scrapeConfigs = [
|
||||||
|
{
|
||||||
job_name = "node";
|
job_name = "node";
|
||||||
scrape_interval = "5s";
|
scrape_interval = "5s";
|
||||||
static_configs = [{
|
static_configs = [{
|
||||||
|
|
@ -256,7 +257,8 @@ with lib;
|
||||||
target_label = "__address__";
|
target_label = "__address__";
|
||||||
replacement = "localhost:${toString config.services.prometheus.exporters.blackbox.port}";
|
replacement = "localhost:${toString config.services.prometheus.exporters.blackbox.port}";
|
||||||
}];
|
}];
|
||||||
}];
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.xanthous-server.enable = true;
|
services.xanthous-server.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue