nix/modules/monitoring/default.nix
2024-10-07 22:03:55 +02:00

7 lines
77 B
Nix

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