Fix localhost URL
This commit is contained in:
parent
b2ff96aa9e
commit
572c58bf3b
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ in
|
|||
};
|
||||
|
||||
cloudflared.tunnels.${homelab.cloudflared.tunnelId}.ingress = {
|
||||
${cfg.url} = "http://${toString config.services.${service}.listenWeb}";
|
||||
${cfg.url} = "http://localhost:${toString config.services.${service}.listenWeb}";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue