summary refs log tree commit diff
path: root/nixos/modules/security/ca.nix
diff options
context:
space:
mode:
authorwmertens <Wout.Mertens@gmail.com>2014-12-01 23:07:50 +0100
committerwmertens <Wout.Mertens@gmail.com>2014-12-01 23:07:50 +0100
commit3cecef15d75948d3a6386b82807388ab6baa8dd2 (patch)
tree719bf9ad4f0902eb198ff99f25853d0a857dac28 /nixos/modules/security/ca.nix
parente8c4ef278ce31a38092feead52cecb2f1d1086b6 (diff)
downloadnixlib-3cecef15d75948d3a6386b82807388ab6baa8dd2.tar
nixlib-3cecef15d75948d3a6386b82807388ab6baa8dd2.tar.gz
nixlib-3cecef15d75948d3a6386b82807388ab6baa8dd2.tar.bz2
nixlib-3cecef15d75948d3a6386b82807388ab6baa8dd2.tar.lz
nixlib-3cecef15d75948d3a6386b82807388ab6baa8dd2.tar.xz
nixlib-3cecef15d75948d3a6386b82807388ab6baa8dd2.tar.zst
nixlib-3cecef15d75948d3a6386b82807388ab6baa8dd2.zip
Revert $GIT_SSL_CAINFO removal
Users have an older git in their user environment and it doesn't work without it. We should keep it around for a while.
Diffstat (limited to 'nixos/modules/security/ca.nix')
-rw-r--r--nixos/modules/security/ca.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/security/ca.nix b/nixos/modules/security/ca.nix
index e17ad448f401..f430a5a6339f 100644
--- a/nixos/modules/security/ca.nix
+++ b/nixos/modules/security/ca.nix
@@ -16,6 +16,8 @@ with lib;
       { SSL_CERT_FILE          = "/etc/ssl/certs/ca-bundle.crt";
         # FIXME: unneeded - remove eventually.
         OPENSSL_X509_CERT_FILE = "/etc/ssl/certs/ca-bundle.crt";
+        # FIXME: unneeded - remove eventually.
+        GIT_SSL_CAINFO         = "/etc/ssl/certs/ca-bundle.crt";
       };
 
   };