services.tayga.ipv6

IPv6-specific configuration.

Type
submodule
Example
{
  address = "2001:db8::1";
  router = {
    address = "64:ff9b::1";
  };
  pool = {
    address = "64:ff9b::";
    prefixLength = 96;
  };
}
Declared
<nixpkgs/nixos/modules/services/networking/tayga.nix>