chore: run nix fmt
Some checks failed
Flake checks / Check (pull_request) Failing after 1h0m52s

This commit is contained in:
b12f 2024-09-10 15:26:07 +02:00
parent 6dab4ffb2e
commit ab70e4696c
Signed by: b12f
GPG key ID: 729956E1124F8F26

View file

@ -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";
};