MyNixOS website logo
option

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

Firewall rules for outbound traffic.

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