From 78f3da65eca4d9bf50f962936cf75bef237b86b4 Mon Sep 17 00:00:00 2001 From: Rickard Nilsson Date: Tue, 12 Mar 2013 09:38:22 +0100 Subject: [PATCH] Revert "nslcd: Require network.target" This reverts commit af152556e3d23ff0285691b60870ef6ea7813df6. The network target is probably not really required, needs further testing. --- modules/config/ldap.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/config/ldap.nix b/modules/config/ldap.nix index 0054f08d439..603ad8407cd 100644 --- a/modules/config/ldap.nix +++ b/modules/config/ldap.nix @@ -223,8 +223,6 @@ mkIf cfg.enable { systemd.services = mkIf cfg.daemon.enable { nslcd = { wantedBy = [ "nss-user-lookup.target" ]; - wants = [ "network.target" ]; - after = [ "network.target" ]; path = [ nss_pam_ldapd ];