diff --git a/system-config/users/default.nix b/system-config/users/default.nix index 656487c..57db236 100644 --- a/system-config/users/default.nix +++ b/system-config/users/default.nix @@ -56,7 +56,7 @@ }); in lib.mkOption { - type = userType; + type = lib.types.attrsOf userType; default = {}; }; };