diff --git a/nixos/boxes/bolty/grafana.nix b/nixos/boxes/bolty/grafana.nix
index f6097a74..e97d5c2c 100644
--- a/nixos/boxes/bolty/grafana.nix
+++ b/nixos/boxes/bolty/grafana.nix
@@ -52,7 +52,7 @@ in {
       protocol = "https";
       domain = fqdn;
       http_port = port;
-      http_addr = fqdn;
+      http_addr = "100.69.177.80";
       cert_file = certPath;
       cert_key = keyPath;
     };