nixos-servers/services/monitoring/default.nix

8 lines
65 B
Nix

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