From 44148007fc4ee4663bfba6dbcab1992fcd88da24 Mon Sep 17 00:00:00 2001 From: clerie Date: Fri, 3 Feb 2023 21:23:26 +0100 Subject: [PATCH] hosts/monitoring-3: update changed option names --- hosts/monitoring-3/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/monitoring-3/configuration.nix b/hosts/monitoring-3/configuration.nix index f11d332..ea0eb5e 100644 --- a/hosts/monitoring-3/configuration.nix +++ b/hosts/monitoring-3/configuration.nix @@ -372,7 +372,7 @@ in { provision = { enable = true; - datasources = [ + datasources.settings.datasources = [ { type = "prometheus"; name = "Prometheus"; @@ -380,7 +380,7 @@ in { isDefault = true; } ]; - dashboards = [ + dashboards.settings.providers = [ { options.path = ./dashboards; }