MyNixOS website logo
option

services.nebula.networks.<name>.settings

Nebula configuration. Refer to https://github.com/slackhq/nebula/blob/master/examples/config.yml for details on supported values.

Declarations
Type
YAML value
Default
{ }
Example
{
  lighthouse.dns = {
    host = "0.0.0.0";
    port = 53;
  };
}