summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-26 18:37:16 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-26 18:38:22 +0100
commit953f12995be933fb2c1efe314299556e4178e26e (patch)
tree8db26cb8c3e62a1f99a2b3a23021a4b267b91cd3 /nixos/modules
parent14cd8bc24874b33e87ec08ddb6d47502e76f17b0 (diff)
downloadnixpkgs-953f12995be933fb2c1efe314299556e4178e26e.tar
nixpkgs-953f12995be933fb2c1efe314299556e4178e26e.tar.gz
nixpkgs-953f12995be933fb2c1efe314299556e4178e26e.tar.bz2
nixpkgs-953f12995be933fb2c1efe314299556e4178e26e.tar.lz
nixpkgs-953f12995be933fb2c1efe314299556e4178e26e.tar.xz
nixpkgs-953f12995be933fb2c1efe314299556e4178e26e.tar.zst
nixpkgs-953f12995be933fb2c1efe314299556e4178e26e.zip
nscd: Fix LD_LIBRARY_PATH
This ensures that nscd can find the NSS modules.

Fixes #1248.
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/system/boot/systemd.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix
index 51c71c7a5af..143f923813d 100644
--- a/nixos/modules/system/boot/systemd.nix
+++ b/nixos/modules/system/boot/systemd.nix
@@ -170,7 +170,6 @@ let
               systemd
             ];
           environment.PATH = config.path;
-          environment.LD_LIBRARY_PATH = "";
         }
         (mkIf (config.preStart != "")
           { serviceConfig.ExecStartPre = makeJobScript "${name}-pre-start" ''