services.tayga.mappings

Static IPv4 -> IPv6 host mappings.

Type
attribute set of string
Default
{ }
Example
{
  "192.168.5.42" = "2001:db8:1:4444::1";
  "192.168.5.43" = "2001:db8:1:4444::2";
  "192.168.255.2" = "2001:db8:1:569::143";
}
Declared
<nixpkgs/nixos/modules/services/networking/tayga.nix>