grafana module: allow path for extraConfig vals

This commit is contained in:
Robin Gloster 2018-07-19 21:03:38 +02:00
parent 515a7aa452
commit 929f71d381
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

@ -235,7 +235,7 @@ in {
but without GF_ prefix
'';
default = {};
type = types.attrsOf types.str;
type = with types; attrsOf (either str path);
};
};