diff --git a/modules/security/ca.nix b/modules/security/ca.nix index efa32f5e8f35..4c7fe34389bc 100644 --- a/modules/security/ca.nix +++ b/modules/security/ca.nix @@ -14,6 +14,7 @@ with pkgs.lib; environment.shellInit = '' export CURL_CA_BUNDLE=/etc/ca-bundle.crt + export GIT_SSL_CAINFO=/etc/ca-bundle.crt ''; };