Jorge P. de Morais Neto writes: > Em 2019-07-04T11:05:35+0200, martin@famic.de escreveu: > >> However, calling `guix pull` and `guix system reconfigure` still fails >> due to unreachable network. Does it need different proxy settings? >> What can I do? > > I have the same problem on a Debian buster foreign distro. I have > configured the proxy in > /etc/systemd/system/guix-daemon.service.d/override.conf > > It contains the following lines: > > Environment="http_proxy=http://localhost:3128" > Environment="https_proxy=http://localhost:3128" > > And I confirmed with ~systemctl show~ that both variables are correct in > the environment of Guix daemon. I think you also need these variables in the environment that invokes the 'guix' command. Does it work if you export these variables before running guix, in addition to having them in the daemon environment?