services.ostinato.portList.include

NixOS option

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

type: list of string
Default
[ ]
Example
[
  "eth*"
  "lo*"
]
declared in: nixos/modules/services/networking/ostinato.nixView source on NixOS/nixpkgs →