diff --git a/modules/users/group.nix b/modules/users/group.nix index 1dc26f1f..0e74085d 100644 --- a/modules/users/group.nix +++ b/modules/users/group.nix @@ -13,10 +13,7 @@ with lib; }; gid = mkOption { - type = mkOptionType { - name = "gid"; - check = t: isInt t && t > 501; - }; + type = types.int; description = "The group's GID."; };