mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
openldap: apply correct type for configDir
null is not a path
This commit is contained in:
parent
57a791b4ff
commit
eb3f23d9ba
|
@ -54,7 +54,7 @@ in
|
|||
};
|
||||
|
||||
configDir = mkOption {
|
||||
type = types.path;
|
||||
type = types.nullOr types.path;
|
||||
default = null;
|
||||
description = "Use this optional config directory instead of using slapd.conf";
|
||||
example = "/var/db/slapd.d";
|
||||
|
|
Loading…
Reference in a new issue