MyNixOS website logo
option

services.ostinato.portList.include

For a port to pass the filter and appear on the port list managed by drone, it be allowed by this include list.

Declarations
Type
list of string
Default
[ ]
Example
[
  "eth*"
  "lo*"
]