MyNixOS website logo
option

services.nebula.networks.<name>.firewall.inbound

Firewall rules for inbound traffic.

Declarations
Type
list of (attribute set)
Default
[ ]
Example
[
  {
    host = "any";
    port = "any";
    proto = "any";
  }
]