{ pkgs, ... }: { services.grafana = { enable = true; settings = { server = { http_addr = ""; }; }; }; }