Fix missing cloudflare arg in lambda
This commit is contained in:
parent
fd36e012f9
commit
a549b577da
|
@ -51,7 +51,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
config.services.cloudflared.tunnels.${cfg.tunnel}.ingress = lib.attrsets.mapAttrs'
|
config.services.cloudflared.tunnels.${cfg.tunnel}.ingress = lib.attrsets.mapAttrs'
|
||||||
(_: { port, host }: {
|
(_: { port, host, ... }: {
|
||||||
name = host;
|
name = host;
|
||||||
value = "http://localhost:${toString port}";
|
value = "http://localhost:${toString port}";
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue