XDEBUG needs this port...determine how to limit this, if possible

This commit is contained in:
Chris Thompson 2024-11-20 11:40:14 -05:00
parent b95a578a9b
commit 26d0f14bf3

View file

@ -141,6 +141,8 @@
virtualisation.docker.storageDriver = "btrfs"; # Only when using BTRFS! (wolcen approved!)
# Required for DDEV to add hosts files, if your DNS will not resolve addresses to localhost.
environment.etc.hosts.mode = "0644";
# For xdebug...verify actual necessity (...I still doubt it)
networking.firewall.allowedTCPPorts = [ 9003 ];
# Allow unfree packages
nixpkgs.config.allowUnfree = true;