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

launchpad/nixpkgs/master
Erik Skytthe 3 years ago committed by GitHub
parent 5ad54b5bc9
commit d1b4158155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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 {

Loading…
Cancel
Save