NixOS/system/services/telemetry/default.nix

10 lines
97 B
Nix
Raw Normal View History

2024-08-29 11:51:08 +07:00
{ ... }:
{
imports = [
./grafana.nix
./loki.nix
2024-09-02 18:17:03 +07:00
./tempo.nix
2024-09-06 21:13:31 +07:00
./alloy.nix
2024-08-29 11:51:08 +07:00
];
}