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

7 lines
68 B
Nix

{
imports = [
./exporters
./lgtm
./promtail.nix
];
}