services.pangolin.settings
Additional attributes to be merged with the configuration options and written to Pangolin's config.yml file.
- Type
YAML 1.1 value- Default
{ }- Example
{ app = { save_logs = true; }; domains = { domain1 = { prefer_wildcard_cert = true; }; }; server = { external_port = 3007; internal_port = 3008; }; }- Declared
- <nixpkgs/nixos/modules/services/networking/pangolin.nix>