adyya-flake/services/monitoring/prometheus.mod.nix
Ittihadyya a6f6a9235e
Some checks failed
/ Check formatting (push) Failing after 1s
syntax fumbled
2024-12-20 14:59:49 +02:00

12 lines
No EOL
157 B
Nix

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