Shouldn't be in ldap {}
This commit is contained in:
parent
44f1bedbb0
commit
9b7d87d969
|
@ -41,6 +41,12 @@ in {
|
||||||
default = [ ];
|
default = [ ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
metricsPort = mkOption {
|
||||||
|
type = port;
|
||||||
|
description = "Port on which to serve metrics.";
|
||||||
|
default = metricsPort;
|
||||||
|
};
|
||||||
|
|
||||||
ldap = {
|
ldap = {
|
||||||
authentik-host = mkOption {
|
authentik-host = mkOption {
|
||||||
type = str;
|
type = str;
|
||||||
|
@ -75,12 +81,6 @@ in {
|
||||||
description = "Organizational unit containing users.";
|
description = "Organizational unit containing users.";
|
||||||
default = "ou=members";
|
default = "ou=members";
|
||||||
};
|
};
|
||||||
|
|
||||||
metricsPort = mkOption {
|
|
||||||
type = port;
|
|
||||||
description = "Port on which to serve metrics.";
|
|
||||||
default = 5457;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
images.ldap-proxy = mkOption {
|
images.ldap-proxy = mkOption {
|
||||||
|
|
Loading…
Reference in New Issue