nixos-servers/services/monitoring/default.nix

10 lines
100 B
Nix

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