Skip to content
Snippets Groups Projects
Commit 1e0c5ba5 authored by Florian Sesser's avatar Florian Sesser
Browse files

Add UID option by backporting patch from nixpkgs

This comes from nixpgks commit 81291cc793cf88bd6eff3fd8512e5eb9d037066c
and will be included with nixos 22.11.
parent 9817833f
No related branches found
No related tags found
2 merge requests!360update production,!357Add UID option to Grafana Service
......@@ -109,6 +109,11 @@ let
default = 1;
description = "Org id. will default to orgId 1 if not specified.";
};
uid = mkOption {
type = types.nullOr types.str;
default = null;
description = "Custom UID which can be used to reference this datasource in other parts of the configuration, if not specified will be generated automatically.";
};
url = mkOption {
type = types.str;
description = "Url of the datasource.";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment