MyNixOS website logo
option

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.

Declarations
Type
attribute set
Default
{ }
Example
{
  router = {
    interface = {
      tunDevice = "tun10";
    };
  };
}