From 0f75f119184c6fc351b4369471a260d2df9b58ce Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Thu, 23 May 2024 04:07:07 +0100 Subject: [PATCH] fix: this was blocking teh web interface --- applications/grafana.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/applications/grafana.nix b/applications/grafana.nix index ca13ff4..6d27d40 100644 --- a/applications/grafana.nix +++ b/applications/grafana.nix @@ -55,7 +55,6 @@ in { enable = true; domain = "${name}.skynet.ie"; port = port; - addr = cfg.host.ip; settings.security.admin_password = "$__file{${config.age.secrets.grafana_pw.path}}";