grafana module: allow path for extraConfig vals
This commit is contained in:
parent
515a7aa452
commit
929f71d381
@ -235,7 +235,7 @@ in {
|
|||||||
but without GF_ prefix
|
but without GF_ prefix
|
||||||
'';
|
'';
|
||||||
default = {};
|
default = {};
|
||||||
type = types.attrsOf types.str;
|
type = with types; attrsOf (either str path);
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user