From 4316c84b9d4a01524e76fc72f35d4f91e5283358 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= <cyplo@cyplo.dev>
Date: Sun, 16 Mar 2025 18:27:05 +0000
Subject: [PATCH] fix grafana binding

---
 nixos/boxes/bolty/grafana.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
     };