infrastructure/nixos/monitoring.nix

7 lines
No EOL
123 B
Nix

_: {
services = {
grafana.enable = true;
loki.enable = true;
prometheus.enable = true;
};
}