services.akkoma.nginx.listen.*.extraParameters

NixOS option

Extra parameters of this listen directive.

type: list of string
Default
[ ]
Example
[
  "backlog=1024"
  "deferred"
]
declared in: nixos/modules/services/web-apps/akkoma.nixView source on NixOS/nixpkgs →