adyya-flake/services/monitoring/prometheus.mod.nix
Ittihadyya 3b3bbb61c3
Some checks failed
/ Check formatting (push) Failing after 1m50s
added prometheus
2024-12-20 13:12:54 +02:00

12 lines
No EOL
159 B
Nix

{
glucose.modules = [
{(
services.prometheus = {
enable = true;
port = 6750;
enableReload = true;
};
)}
];
}