flora-6: remove #234

Merged
teutat3s merged 12 commits from remove-flora-6-sad-face into main 2024-09-10 15:58:58 +00:00
Showing only changes of commit 4831430455 - Show all commits

View file

@ -117,25 +117,19 @@
job_name = "garage"; job_name = "garage";
static_configs = [ static_configs = [
{ {
targets = [ targets = [ "trinkgenossin.wg.${config.pub-solar-os.networking.domain}:3903" ];
"trinkgenossin.wg.${config.pub-solar-os.networking.domain}:3903"
];
labels = { labels = {
instance = "trinkgenossin"; instance = "trinkgenossin";
}; };
} }
{ {
targets = [ targets = [ "delite.wg.${config.pub-solar-os.networking.domain}:3903" ];
"delite.wg.${config.pub-solar-os.networking.domain}:3903"
];
labels = { labels = {
instance = "delite"; instance = "delite";
}; };
} }
{ {
targets = [ targets = [ "blue-shell.wg.${config.pub-solar-os.networking.domain}:3903" ];
"blue-shell.wg.${config.pub-solar-os.networking.domain}:3903"
];
labels = { labels = {
instance = "blue-shell"; instance = "blue-shell";
}; };