NixOS/system/services/telemetry/default.nix

8 lines
65 B
Nix
Raw Normal View History

2024-08-29 11:51:08 +07:00
{ ... }:
{
imports = [
./grafana.nix
./loki.nix
];
}