MyNixOS website logo
option

containers.<name>.localAddress

The IPv4 address assigned to the interface in the container. If a hostBridge is used, this should be given with netmask to access the whole network. Otherwise the default netmask is /32 and routing is set up from localAddress to hostAddress and back.

Declarations
Type
null or string
Default
null
Example
"10.231.136.2"