nix/modules/monitoring/default.nix

8 lines
99 B
Nix

{
imports = [
./grafana.nix
./loki.nix
./prometheus.nix
./uptime-kuma.nix
];
}