infra/services/monitoring/lgtm/default.nix
2024-07-05 16:10:31 +00:00

7 lines
76 B
Nix

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