From 9b7d87d9693e9f60259954de7c12ce242a2d109c Mon Sep 17 00:00:00 2001 From: niten Date: Sun, 24 Sep 2023 14:33:31 -0700 Subject: [PATCH] Shouldn't be in ldap {} --- mail-server.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mail-server.nix b/mail-server.nix index 544ae40..d98475f 100644 --- a/mail-server.nix +++ b/mail-server.nix @@ -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 {