diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 5a40f7b..0b667fc 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -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;