about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/common/server/grafana.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/common/server/grafana.nix b/hosts/common/server/grafana.nix
index 7af5256..76c1ecb 100644
--- a/hosts/common/server/grafana.nix
+++ b/hosts/common/server/grafana.nix
@@ -7,7 +7,7 @@
     addr = "";
     security.adminUser = "fcuny";
 
-    services.grafana.provision.datasources = [{
+    provision.datasources = [{
       name = "prometheus";
       isDefault = true;
       type = "prometheus";