XDEBUG needs this port...determine how to limit this, if possible
This commit is contained in:
parent
b95a578a9b
commit
26d0f14bf3
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue