services.traefik.staticConfigOptions
Static configuration for Traefik.
- Type
TOML value- Default
{ entryPoints = { http = { address = ":80"; }; }; }- Example
{ api = { }; entryPoints = { http = { address = ":80"; }; web = { address = ":8080"; }; }; }- Declared
- <nixpkgs/nixos/modules/services/web-servers/traefik.nix>