the-infra/services/monitoring/lgtm/default.nix

6 lines
61 B
Nix
Raw Normal View History

{
imports = [
./grafana.nix
./prometheus.nix
];
}