services.bentopdf.caddy.virtualHost.listenAddresses

NixOS option

A list of host interfaces to bind to for this virtual host.

type: list of string
Default
[ ]
Example
[
  "127.0.0.1"
  "::1"
]
declared in: nixos/modules/services/web-apps/bentopdf.nixView source on NixOS/nixpkgs →