grafana module: allow path for extraConfig vals

This commit is contained in:
Robin Gloster
2018-09-12 14:21:46 +02:00
parent 515a7aa452
commit 929f71d381
@@ -235,7 +235,7 @@ in {
but without GF_ prefix
'';
default = {};
type = types.attrsOf types.str;
type = with types; attrsOf (either str path);
};
};