diff --git a/authentik-container.nix b/authentik-container.nix index e31a6ec..8a7bfb4 100644 --- a/authentik-container.nix +++ b/authentik-container.nix @@ -59,7 +59,7 @@ in { }; port = mkOption { type = port; - default = 587; + default = 25; }; user = mkOption { type = str;