services.cjdns.extraConfig

NixOS option

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 in: nixos/modules/services/networking/cjdns.nixView source on NixOS/nixpkgs →