I want to add the Mozilla Packages repo to my local apt mirror server. I think I need to somehow add the config to "/etc/apt/mirror.list" which currently has
deb https://ppa.launchpad.net/software/ppa/ubuntu jammy main
deb-src https://ppa.launchpad.net/software/ppa/ubuntu jammy main
My question is how do I convert the config for the Mozilla Packages repo into code I can put into this file? Would it be like so?
deb https://packages.mozilla.org/apt/ mozilla main
deb-src https://packages.mozilla.org/apt/ mozilla main