chore: run nix fmt
Some checks failed
Flake checks / Check (pull_request) Has been cancelled

This commit is contained in:
b12f 2024-09-10 15:26:07 +02:00 committed by teutat3s
parent 663ef8feb1
commit 4831430455
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

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