openldap: apply correct type for configDir
null is not a path
This commit is contained in:
@@ -54,7 +54,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
configDir = mkOption {
|
configDir = mkOption {
|
||||||
type = types.path;
|
type = types.nullOr types.path;
|
||||||
default = null;
|
default = null;
|
||||||
description = "Use this optional config directory instead of using slapd.conf";
|
description = "Use this optional config directory instead of using slapd.conf";
|
||||||
example = "/var/db/slapd.d";
|
example = "/var/db/slapd.d";
|
||||||
|
|||||||
Reference in New Issue
Block a user