fix closure error
This commit is contained in:
parent
fc66316343
commit
8f7be8561b
1 changed files with 16 additions and 16 deletions
|
|
@ -14,6 +14,7 @@ in {
|
|||
default = "http_status:404";
|
||||
ingress = routes;
|
||||
};
|
||||
};
|
||||
|
||||
systemd.services.cloudflared-dns-route = {
|
||||
description = "Sync Cloudflare Tunnel DNS routes";
|
||||
|
|
@ -32,5 +33,4 @@ in {
|
|||
${pkgs.cloudflared}/bin/cloudflared tunnel --origincert /mnt/data/cloudflared/cert.pem route dns ${homelab.cf-tunnel-id} ${domain} || true
|
||||
'') builtins.attrNames routes;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue