nix-infra/hosts/metrics/prometheus.nix
2024-11-20 05:46:40 +01:00

7 lines
63 B
Nix

{ ... }:
{
services.prometheus = {
enable = true;
};
}