diff --git a/m/tent/monitoring.nix b/m/tent/monitoring.nix index e8b38dc..1bc0208 100644 --- a/m/tent/monitoring.nix +++ b/m/tent/monitoring.nix @@ -10,10 +10,9 @@ enable = true; settings = { server = { - domain = "localhost"; - #domain = "jungle.bsc.es"; - #root_url = "%(protocol)s://%(domain)s/grafana"; - #serve_from_sub_path = true; + domain = "jungle.bsc.es"; + root_url = "%(protocol)s://%(domain)s/grafana"; + serve_from_sub_path = true; http_port = 2342; http_addr = "127.0.0.1"; };