Fix missing cloudflare arg in lambda
This commit is contained in:
		
					parent
					
						
							
								fd36e012f9
							
						
					
				
			
			
				commit
				
					
						a549b577da
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue