diff --git a/nixcfg/mkModule.nix b/nixcfg/mkModule.nix index 7c2955b..8196ca3 100644 --- a/nixcfg/mkModule.nix +++ b/nixcfg/mkModule.nix @@ -310,7 +310,7 @@ name, }: lib.nameValuePair name (mkOption { - type = types.attrsOf types.path; + type = types.attrs; default = { }; description = '' The set of ${type} ${kind} made available in ${type} configurations.