networking.sits

This option allows you to define interfaces encapsulating IPv6 packets within IPv4 packets; which should be automatically created.

Type
attribute set of (submodule)
Default
{ }
Example
{
  hurricane = {
    remote = "10.0.0.1";
    local = "10.0.0.22";
    ttl = 255;
  };
  msipv6 = {
    remote = "192.168.0.1";
    dev = "enp3s0";
    ttl = 127;
  };
}
Declared
<nixpkgs/nixos/modules/tasks/network-interfaces.nix>