diff --git a/modules/server/containers/defs/authentik.nix b/modules/server/containers/defs/authentik.nix index aebcf5f..2a9e62c 100644 --- a/modules/server/containers/defs/authentik.nix +++ b/modules/server/containers/defs/authentik.nix @@ -38,6 +38,7 @@ in { }; cmd = [ "server" ]; extraOptions = [ + "--add-host=host.internal:host-gateway" "--ip=${containerCfg.ip}" ]; ports = [