mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/guix: set proxy env vars for guix-daemon (#373948)
This commit is contained in:
commit
321e731040
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ in
|
|||
# It's similar to Nix daemon so there's no question whether or not this
|
||||
# should be sandboxed.
|
||||
systemd.services.guix-daemon = {
|
||||
environment = serviceEnv;
|
||||
environment = serviceEnv // config.networking.proxy.envVars;
|
||||
script = ''
|
||||
exec ${lib.getExe' package "guix-daemon"} \
|
||||
--build-users-group=${cfg.group} \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue