services.cjdns.extraConfig

Extra configuration, given as attrs, that will be merged recursively with the rest of the JSON generated by this module, at the root node.

Type
attribute set
Default
{ }
Example
{
  router = {
    interface = {
      tunDevice = "tun10";
    };
  };
}
Declared
<nixpkgs/nixos/modules/services/networking/cjdns.nix>