Rename environment.systemVariables -> environment.sessionVariables

This makes it clearer that they're part of PAM sessions.
This commit is contained in:
Eelco Dolstra
2014-06-13 17:57:04 +02:00
parent 27c72f337b
commit f5055e2ef6
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ with lib;
}
];
environment.systemVariables =
environment.sessionVariables =
{ 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";