services.flannel.extraNetworkConfig

NixOS option

Extra configuration to be added to the net-conf.json/etcd-backed network configuration.

type: JSON value
Default
{ }
Example
{
  EnableIPv6 = true;
}
declared in: nixos/modules/services/networking/flannel.nixView source on NixOS/nixpkgs →