From 30b647732cc37e71ae9657b7b0e8baafe74653e1 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Fri, 5 Sep 2025 18:05:08 +0200 Subject: [PATCH] nixos/modules: meshcentral use correct type in freeformType --- nixos/modules/services/admin/meshcentral.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/admin/meshcentral.nix b/nixos/modules/services/admin/meshcentral.nix index 6d8be447645d..f736429fd234 100644 --- a/nixos/modules/services/admin/meshcentral.nix +++ b/nixos/modules/services/admin/meshcentral.nix @@ -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 = {