MyNixOS website logo
option

networking.nat.internalInterfaces

The interfaces for which to perform NAT. Packets coming from these interface and destined for the external interface will be rewritten.

Declarations
Type
list of string
Default
[ ]
Example
[
  "eth0"
]