services.haven.environmentFile

NixOS option

Path to a file containing sensitive environment variables. See https://github.com/bitvora/haven for documentation. The file should contain environment-variable assignments like: S3_SECRET_KEY=mysecretkey S3_ACCESS_KEY_ID=myaccesskey

type: null or absolute path
Default
null
Example
"/var/lib/haven/secrets.env"
declared in: nixos/modules/services/web-apps/haven.nixView source on NixOS/nixpkgs →