networking.firewall.allowedTCPPorts

NixOS option

List of TCP ports on which incoming connections are accepted.

type: list of 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
[ ]
Example
[
  22
  80
]
declared in: nixos/modules/services/networking/firewall.nixView source on NixOS/nixpkgs →