services.tayga.mappings
NixOS option
Static IPv4 -> IPv6 host mappings.
type: attribute set of stringDefault
{ }Example
declared in: nixos/modules/services/networking/tayga.nixView source on NixOS/nixpkgs →{
"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";
}