finish up monitoring branhc
Some checks failed
/ Check formatting (push) Failing after 1s
/ Check formatting (pull_request_target) Failing after 1s

This commit is contained in:
Ittihadyya 2024-12-20 18:15:40 +02:00
parent 6c59595a11
commit 883ed7fc12

View file

@ -12,7 +12,7 @@
} }
]; ];
glucose.modules = [ glucose.modules = [
({ {
services.prometheus = { services.prometheus = {
enable = true; enable = true;
port = 6750; port = 6750;
@ -29,6 +29,6 @@
} }
]; ];
}; };
}) }
]; ];
} }