From 6984c3d94562e2bd6d23a0bacea582c86a5e03c6 Mon Sep 17 00:00:00 2001 From: kalipso Date: Wed, 22 Jan 2025 02:38:13 +0100 Subject: [PATCH] [overwatch] fix grafana warnings --- machines/overwatch/configuration.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/machines/overwatch/configuration.nix b/machines/overwatch/configuration.nix index 66a6fd8..62e1b8a 100644 --- a/machines/overwatch/configuration.nix +++ b/machines/overwatch/configuration.nix @@ -25,9 +25,11 @@ with lib; services.grafana = { enable = true; - domain = "grafana.malobeo.org"; - port = 2342; - addr = "127.0.0.1"; + settings.server = { + domain = "grafana.malobeo.org"; + http_port = 2342; + http_addr = "127.0.0.1"; + }; provision.datasources.settings = { apiVersion = 1;