{config, pkgs, ...}: { services.grafana = { enable = true; http_addr = "0.0.0.0"; http_port = 9998; }; }