MyNixOS website logo

This option allows you to define 6-to-4 interfaces which should be automatically created.

Declarations
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;
  };
}