Shouldn't be in ldap {}

This commit is contained in:
niten 2023-09-24 14:33:31 -07:00
parent 44f1bedbb0
commit 9b7d87d969
1 changed files with 6 additions and 6 deletions

View File

@ -41,6 +41,12 @@ in {
default = [ ];
};
metricsPort = mkOption {
type = port;
description = "Port on which to serve metrics.";
default = metricsPort;
};
ldap = {
authentik-host = mkOption {
type = str;
@ -75,12 +81,6 @@ in {
description = "Organizational unit containing users.";
default = "ou=members";
};
metricsPort = mkOption {
type = port;
description = "Port on which to serve metrics.";
default = 5457;
};
};
images.ldap-proxy = mkOption {