{ config, lib, pkgs, ... }: { grafana = { enable = true; # Bind to all interfaces. addr = ""; }; }