Nexus apt hosted. How change default component from 'main' to 'non-free'

Hello!
I made the apt hosted repository.
I upload packages using curl like ‘curl - u user: pass -H “Content-Type: multipart/from-data” --data-binary “@./Mytest.deb” "https://my.nexus.com/repository/my-apt/’.
As a result, the packages are loaded, but by default the “main” component is used, but I do not need it, I ONLY need the “non-free” component. How can I do that?
I use nexus OSS 3.32.0-03 in docker
Thanks for the help!

1 Like