mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 09:44:18 +00:00
nixos/grafana: add jsonData datasource option (#234364)
This commit is contained in:
parent
06227275ae
commit
39f220b6df
@ -121,6 +121,11 @@ let
|
||||
default = false;
|
||||
description = lib.mdDoc "Allow users to edit datasources from the UI.";
|
||||
};
|
||||
jsonData = mkOption {
|
||||
type = types.nullOr types.attrs;
|
||||
default = null;
|
||||
description = lib.mdDoc "Extra data for datasource plugins.";
|
||||
};
|
||||
secureJsonData = mkOption {
|
||||
type = types.nullOr types.attrs;
|
||||
default = null;
|
||||
|
Loading…
Reference in New Issue
Block a user