services.bcg.environmentFiles
NixOS option
File to load as environment file. Environment variables from this file will be interpolated into the config file using envsubst with this syntax: $ENVIRONMENT or ${VARIABLE}. This is useful to avoid putting secrets into the nix store.
type: list of absolute pathDefault
[ ]
Example
declared in: nixos/modules/services/misc/bcg.nixView source on NixOS/nixpkgs →[ "/run/keys/bcg.env" ]