services.traefik.dynamicConfigOptions
Dynamic configuration for Traefik.
- Type
TOML value- Default
{ }- Example
{ http = { routers = { router1 = { rule = "Host(`localhost`)"; service = "service1"; }; }; services = { service1 = { loadBalancer = { servers = [ { url = "http://localhost:8080"; } ]; }; }; }; }; }- Declared
- <nixpkgs/nixos/modules/services/web-servers/traefik.nix>