10 lines
97 B
Nix

{ config, pkgs, ... }:
{
imports = [
./prometheus
./grafana.nix
./loki.nix
];
}