services.flannel.extraNetworkConfig
NixOS option
Extra configuration to be added to the net-conf.json/etcd-backed network configuration.
type: JSON valueDefault
{ }Example
declared in: nixos/modules/services/networking/flannel.nixView source on NixOS/nixpkgs →{
EnableIPv6 = true;
}