MyNixOS website logo
option

services.pangolin.settings

Additional attributes to be merged with the configuration options and written to Pangolin's config.yml file.

Declarations
Type
YAML 1.1 value
Default
{ }
Example
{
  app = {
    save_logs = true;
  };
  domains = {
    domain1 = {
      prefer_wildcard_cert = true;
    };
  };
  server = {
    external_port = 3007;
    internal_port = 3008;
  };
}