From 953f12995be933fb2c1efe314299556e4178e26e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 26 Nov 2013 18:37:16 +0100 Subject: [PATCH] nscd: Fix LD_LIBRARY_PATH This ensures that nscd can find the NSS modules. Fixes #1248. --- nixos/modules/system/boot/systemd.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix index 51c71c7a5af2..143f923813da 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" ''