services.public-inbox.http.mounts

NixOS option

Root paths or URLs that public-inbox will be served on. If domain parts are present, only requests to those domains will be accepted.

type: list of string
Default
[
  "/"
]
Example
[
  "/lists/archives"
]
declared in: nixos/modules/services/mail/public-inbox.nixView source on NixOS/nixpkgs →