Allow for firewall connections to xdebug
This commit is contained in:
		
							parent
							
								
									5d5031c01b
								
							
						
					
					
						commit
						ba681a9cdf
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -150,7 +150,9 @@ in {
 | 
			
		|||
  services.openssh.enable = true;
 | 
			
		||||
 | 
			
		||||
  # Open ports in the firewall.
 | 
			
		||||
  # networking.firewall.allowedTCPPorts = [ ... ];
 | 
			
		||||
  networking.firewall.allowedTCPPorts = [
 | 
			
		||||
    9003 # xdebug
 | 
			
		||||
  ];
 | 
			
		||||
  # networking.firewall.allowedUDPPorts = [ ... ];
 | 
			
		||||
  # Or disable the firewall altogether.
 | 
			
		||||
  # networking.firewall.enable = false;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue