summary refs log tree commit diff
path: root/nixos/modules/security/ca.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-06-13 17:56:46 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-06-13 17:57:04 +0200
commitf5055e2ef6cbb7e836ba80d8458647555aae6793 (patch)
tree83780de826479d1df5b862f9b0bb867148542602 /nixos/modules/security/ca.nix
parent27c72f337b2d5e247a513a553473b00f93eb7871 (diff)
downloadnixpkgs-f5055e2ef6cbb7e836ba80d8458647555aae6793.tar
nixpkgs-f5055e2ef6cbb7e836ba80d8458647555aae6793.tar.gz
nixpkgs-f5055e2ef6cbb7e836ba80d8458647555aae6793.tar.bz2
nixpkgs-f5055e2ef6cbb7e836ba80d8458647555aae6793.tar.lz
nixpkgs-f5055e2ef6cbb7e836ba80d8458647555aae6793.tar.xz
nixpkgs-f5055e2ef6cbb7e836ba80d8458647555aae6793.tar.zst
nixpkgs-f5055e2ef6cbb7e836ba80d8458647555aae6793.zip
Rename environment.systemVariables -> environment.sessionVariables
This makes it clearer that they're part of PAM sessions.
Diffstat (limited to 'nixos/modules/security/ca.nix')
-rw-r--r--nixos/modules/security/ca.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/security/ca.nix b/nixos/modules/security/ca.nix
index 57764dc870f..dd4b0c529e5 100644
--- a/nixos/modules/security/ca.nix
+++ b/nixos/modules/security/ca.nix
@@ -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";