services.transfer-sh.secretFile

NixOS option

Path to file containing environment variables. Useful for passing down secrets. Some variables that can be considered secrets are: AWS_ACCESS_KEY AWS_ACCESS_KEY TLS_PRIVATE_KEY HTTP_AUTH_HTPASSWD

type: null or absolute path
Default
null
Example
"/run/secrets/transfer-sh.env"
declared in: nixos/modules/services/misc/transfer-sh.nixView source on NixOS/nixpkgs →