Revert "Merge #2692: Use pam_env to properly setup system-wide env"

This reverts commit 18a0cdd864.
This commit is contained in:
Eelco Dolstra
2014-06-10 13:03:44 +02:00
parent 9265a61453
commit 491c088731
10 changed files with 12 additions and 73 deletions
+3 -5
View File
@@ -12,11 +12,9 @@ with lib;
}
];
environment.systemVariables =
{ OPENSSL_X509_CERT_FILE = "/etc/ssl/certs/ca-bundle.crt";
CURL_CA_BUNDLE = "/etc/ssl/certs/ca-bundle.crt";
GIT_SSL_CAINFO = "/etc/ssl/certs/ca-bundle.crt";
};
environment.variables.OPENSSL_X509_CERT_FILE = "/etc/ssl/certs/ca-bundle.crt";
environment.variables.CURL_CA_BUNDLE = "/etc/ssl/certs/ca-bundle.crt";
environment.variables.GIT_SSL_CAINFO = "/etc/ssl/certs/ca-bundle.crt";
};