Em 2019-07-04T11:05:35+0200, [email protected] 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.