From c23ad28f8532912fd403004418778dca520597c0 Mon Sep 17 00:00:00 2001 From: soraefir Date: Thu, 14 May 2026 16:34:59 +0200 Subject: [PATCH] fix --- modules/server/containers/apps/authentik.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/server/containers/apps/authentik.nix b/modules/server/containers/apps/authentik.nix index 5c54850..4ae928b 100644 --- a/modules/server/containers/apps/authentik.nix +++ b/modules/server/containers/apps/authentik.nix @@ -87,7 +87,7 @@ in { AUTHENTIK_INSECURE = "false"; }; overrides = { - ports = [ "6636:636" ]; + ports = [ "636:6636" ]; }; }; };