1
Fork 0

Fix missing cloudflare arg in lambda

This commit is contained in:
prescientmoon 2024-07-08 03:11:21 +02:00
parent fd36e012f9
commit a549b577da
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -51,7 +51,7 @@ in
};
config.services.cloudflared.tunnels.${cfg.tunnel}.ingress = lib.attrsets.mapAttrs'
(_: { port, host }: {
(_: { port, host, ... }: {
name = host;
value = "http://localhost:${toString port}";
})