Skip to content

Commit

Permalink
hydra-module: Set GIT_SSL_CAINFO for git over https
Browse files Browse the repository at this point in the history
Signed-off-by: Shea Levy <shea@shealevy.com>
  • Loading branch information
shlevy committed Mar 22, 2013
1 parent 7cb2c13 commit fb36de0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hydra-module.nix
Expand Up @@ -22,6 +22,7 @@ let
HYDRA_DATA = "${baseDir}/data";
HYDRA_PORT = "${toString cfg.port}";
OPENSSL_X509_CERT_FILE = "/etc/ssl/certs/ca-bundle.crt";
GIT_SSL_CAINFO = "/etc/ssl/certs/ca-bundle.crt";
};

serverEnv = env //
Expand Down

0 comments on commit fb36de0

Please sign in to comment.