services.transfer-sh.settings

NixOS option

Additional configuration for transfer-sh, see https://github.com/dutchcoders/transfer.sh#usage-1 for supported values. For secrets use secretFile option instead.

type: open submodule of attribute set of (boolean or signed integer or string)
Default
{ }
Example
{
  BASEDIR = "/var/lib/transfer.sh";
  LISTENER = ":8080";
  TLS_LISTENER_ONLY = false;
}
declared in: nixos/modules/services/misc/transfer-sh.nixView source on NixOS/nixpkgs →