1
Fork 0

Fix cloudflared module attribute

This commit is contained in:
prescientmoon 2024-05-09 15:24:28 +02:00
parent 1396706e07
commit 17e58971b1
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -14,7 +14,7 @@ in
}; };
}; };
config.satellite.proxy = from: port: { config.satellite.cloudflared.proxy = from: port: {
${cfg.tunnel} = { ${cfg.tunnel} = {
ingress.${from} = "http://localhost${toString port}"; ingress.${from} = "http://localhost${toString port}";
}; };