From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: Proxy documentation is not clear Date: Mon, 20 Feb 2017 22:32:40 -0500 Message-ID: <20170221033240.GA19206@jasmine> References: <20170219170623.sdtm536s7joncoqf@wasp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51433) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cg1C6-0006Ck-D1 for help-guix@gnu.org; Mon, 20 Feb 2017 22:32:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cg1Bz-0008Hh-Rv for help-guix@gnu.org; Mon, 20 Feb 2017 22:32:48 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:38779) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cg1Bz-0008HQ-KV for help-guix@gnu.org; Mon, 20 Feb 2017 22:32:43 -0500 Received: from localhost (c-73-188-17-148.hsd1.pa.comcast.net [73.188.17.148]) by mail.messagingengine.com (Postfix) with ESMTPA id 4F03824370 for ; Mon, 20 Feb 2017 22:32:42 -0500 (EST) Content-Disposition: inline In-Reply-To: <20170219170623.sdtm536s7joncoqf@wasp> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org On Sun, Feb 19, 2017 at 05:06:23PM +0000, ng0 wrote: > Substitutes are downloaded over HTTP or HTTPS. The http_proxy > environment variable can be set in the environment of guix-daemon and > is honored for downloads of substitutes. Note that the value of > http_proxy in the environment where guix build, guix package, and > other client commands are run has absolutely no effect. > > None of these pages provides any example or further explanation on how > this could be achieved, for example to make Guix use a socks5 proxy > systemwide. I know how this can be achieved with iptables etc, but it > would be better if the documentation is fixed. I have no idea how in > this case as the documentation is not clear. It depends on how you start the daemon. For systemd, you can set the environment variable from the service file. I'm not sure how to pass this variable to the daemon on GuixSD.