services.send.environmentFile

NixOS option

Environment file (see systemd.exec(5) “EnvironmentFile=” section for the syntax) passed to the service. This option is the recommended way to pass secrets to Send. This is especially important for users using a cloud storage backend. A list of environment variables recognized by Send can be found here: https://github.com/timvisee/send/blob/master/docs/docker.md

type: null or absolute path
Default
null
Example
"/run/secrets/send"
declared in: nixos/modules/services/web-servers/send.nixView source on NixOS/nixpkgs →