services.connman.networkInterfaceBlacklist

NixOS option

Default blacklisted interfaces, this includes NixOS containers interfaces (ve).

type: list of string
Default
[
  "vmnet"
  "vboxnet"
  "virbr"
  "ifb"
  "ve"
]
declared in: nixos/modules/services/networking/connman.nixView source on NixOS/nixpkgs →