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 setDefault
{ }Example
declared in: nixos/modules/services/networking/cjdns.nixView source on NixOS/nixpkgs →{
router = {
interface = {
tunDevice = "tun10";
};
};
}