nixos/modules: meshcentral use correct type in freeformType

This commit is contained in:
Johannes Kirschbauer
2025-09-14 11:37:18 +02:00
parent 69aa67338f
commit 30b647732c
+1 -1
View File
@@ -24,7 +24,7 @@ with lib;
- [Old homepage with documentation link](https://www.meshcommander.com/meshcentral2)
'';
type = types.submodule {
freeformType = configFormat.type;
freeformType = attrsOf configFormat.type;
};
example = {
settings = {