* Wrong file name.

svn path=/nixos/trunk/; revision=8555
This commit is contained in:
Eelco Dolstra 2007-04-10 14:10:45 +00:00
parent 3ab4e0f17f
commit 128e40a98c

View File

@ -111,7 +111,7 @@ import ../helpers/make-etc.nix {
# LDAP configuration. # LDAP configuration.
++ (optional ["users" "ldap" "enable"] { ++ (optional ["users" "ldap" "enable"] {
source = import etc/ldap.conf.nix { source = import ./ldap.conf.nix {
inherit (pkgs) writeText; inherit (pkgs) writeText;
inherit config; inherit config;
}; };