NixOS/system/services/telemetry/default.nix

11 lines
113 B
Nix

{ ... }:
{
imports = [
./grafana.nix
./loki.nix
./tempo.nix
./alloy.nix
./mimir.nix
];
}