mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
nixos/services.cloudflared: fix filterConfig (#342370)
This commit is contained in:
commit
d82fa80488
@ -273,11 +273,11 @@ in
|
|||||||
ingressesSet = filterIngressSet tunnel.ingress;
|
ingressesSet = filterIngressSet tunnel.ingress;
|
||||||
ingressesStr = filterIngressStr tunnel.ingress;
|
ingressesStr = filterIngressStr tunnel.ingress;
|
||||||
|
|
||||||
fullConfig = lib.filterConfig {
|
fullConfig = filterConfig {
|
||||||
tunnel = name;
|
tunnel = name;
|
||||||
"credentials-file" = tunnel.credentialsFile;
|
"credentials-file" = tunnel.credentialsFile;
|
||||||
warp-routing = lib.filterConfig tunnel.warp-routing;
|
warp-routing = filterConfig tunnel.warp-routing;
|
||||||
originRequest = lib.filterConfig tunnel.originRequest;
|
originRequest = filterConfig tunnel.originRequest;
|
||||||
ingress =
|
ingress =
|
||||||
(map
|
(map
|
||||||
(key: {
|
(key: {
|
||||||
|
Loading…
Reference in New Issue
Block a user