infrastructure/nixos/monitoring.nix
2024-05-30 14:10:36 -07:00

7 lines
108 B
Nix

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