Allow for firewall connections to xdebug

This commit is contained in:
Oliver Davies 2024-04-30 20:40:06 +01:00
parent 5d5031c01b
commit ba681a9cdf

View file

@ -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;