summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Skytthe <ers@dbc.dk>2021-06-14 13:58:11 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-06-16 09:16:11 +0000
commit284772685928356b167ad686988a99456f64a813 (patch)
tree911353828be59ca937f329b4040b5bf8fb221a06
parentMerge pull request #125407 from dxops/patch-2 (diff)
downloadnixpkgs-origin/backport-126831-to-release-21.05.tar.gz
Change services.grafana.provision.datasources.*.type to be openorigin/backport-126831-to-release-21.05
(cherry picked from commit 9d4391e6c5b2f3b893cc2d18fb04c7aa94f0430a)
-rw-r--r--nixos/modules/services/monitoring/grafana.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/monitoring/grafana.nix b/nixos/modules/services/monitoring/grafana.nix
index 4ebde6f9b107..5a969601ebdd 100644
--- a/nixos/modules/services/monitoring/grafana.nix
+++ b/nixos/modules/services/monitoring/grafana.nix
@@ -94,7 +94,7 @@ let
description = "Name of the datasource. Required.";
};
type = mkOption {
- type = types.enum ["graphite" "prometheus" "cloudwatch" "elasticsearch" "influxdb" "opentsdb" "mysql" "mssql" "postgres" "loki"];
+ type = types.str;
description = "Datasource type. Required.";
};
access = mkOption {