summary refs log tree commit diff
path: root/nixos/modules/services/misc/nix-daemon.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/services/misc/nix-daemon.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/services/misc/nix-daemon.nix')
-rw-r--r--nixos/modules/services/misc/nix-daemon.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/nix-daemon.nix b/nixos/modules/services/misc/nix-daemon.nix
index f373657b791..1ebd3c3643d 100644
--- a/nixos/modules/services/misc/nix-daemon.nix
+++ b/nixos/modules/services/misc/nix-daemon.nix
@@ -318,7 +318,7 @@ in
       };
 
     # Set up the environment variables for running Nix.
-    environment.systemVariables = cfg.envVars;
+    environment.sessionVariables = cfg.envVars;
 
     environment.extraInit =
       ''