> > (define %my-services > (modify-services %desktop-services > (guix-service-type config => > (guix-configuration > (inherit config) > (http-proxy "http://<IP>:<PORT>;"))))) >
Could you try "https" instead of "http"? That is "https://ipaddress:por t". Because,based on this report (https://issues.guix.gnu.org/issue/228 83), I think "guix pull" uses https by default now. Regards, RG.
