diff --git a/modules/traefik.nix b/modules/traefik.nix index 6c5aa29..1471509 100644 --- a/modules/traefik.nix +++ b/modules/traefik.nix @@ -17,10 +17,10 @@ exposedByDefault = false; network = "podman"; }; - entrypoints = { - web = { + entryPoints = { + http = { address = ":80"; - http.redirections.entrypoint = { + http.redirections.entryPoint = { to = "websecure"; scheme = "https"; permanent = true;