NixOS/system/services/telemetry/default.nix

8 lines
65 B
Nix

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