nixos/modules: meshcentral use correct type in freeformType

Changed files
+1 -1
nixos
modules
services
+1 -1
nixos/modules/services/admin/meshcentral.nix
···
- [Old homepage with documentation link](https://www.meshcommander.com/meshcentral2)
'';
type = types.submodule {
-
freeformType = configFormat.type;
+
freeformType = attrsOf configFormat.type;
};
example = {
settings = {