From d1b41581553dee8a89f645d0abec6136908fd5f5 Mon Sep 17 00:00:00 2001 From: Erik Skytthe Date: Wed, 16 Jun 2021 11:12:51 +0200 Subject: nixos/grafana: Change services.grafana.provision.datasources.*.type to be open (#126831) --- nixos/modules/services/monitoring/grafana.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/modules/services/monitoring/grafana.nix b/nixos/modules/services/monitoring/grafana.nix index b243e24591e6..c3e1f72945bf 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 { -- cgit 1.4.1