infra/services/monitoring/default.nix
2024-07-05 17:20:22 +03:00

7 lines
68 B
Nix

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