Unconditionally add ssh to nix-daemon's path for the ssh substitituer
This commit is contained in:
parent
17f88453f6
commit
95a77ea39f
@ -286,8 +286,8 @@ in
|
|||||||
systemd.services."nix-daemon" =
|
systemd.services."nix-daemon" =
|
||||||
{ description = "Nix Daemon";
|
{ description = "Nix Daemon";
|
||||||
|
|
||||||
path = [ nix pkgs.openssl pkgs.utillinux ]
|
path = [ nix pkgs.openssl pkgs.utillinux pkgs.openssh ]
|
||||||
++ optionals cfg.distributedBuilds [ pkgs.openssh pkgs.gzip ];
|
++ optionals cfg.distributedBuilds [ pkgs.gzip ];
|
||||||
|
|
||||||
environment = cfg.envVars // { CURL_CA_BUNDLE = "/etc/ssl/certs/ca-bundle.crt"; };
|
environment = cfg.envVars // { CURL_CA_BUNDLE = "/etc/ssl/certs/ca-bundle.crt"; };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user