infra/services/monitoring/default.nix

8 lines
88 B
Nix
Raw Normal View History

{
imports = [
./exporters
./lgtm
./agent.nix
2024-07-09 09:10:28 +00:00
./hookshot-adapter
];
}