nixos/grafana: Change services.grafana.provision.datasources.*.type to be open (#126831)

This commit is contained in:
Erik Skytthe 2021-06-16 11:12:51 +02:00 committed by GitHub
parent 5ad54b5bc9
commit d1b4158155
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {