services.stump.secretFiles
NixOS option
Attribute set containing paths to files to add to the environment of stump. The files are not added to the nix store, so they can be used to pass secrets to stump. Refer to the documentation for options.
type: attribute set of (null or string)Default
{ }Example
declared in: nixos/modules/services/web-apps/stump.nixView source on NixOS/nixpkgs →{
STUMP_OIDC_CLIENT_SECRET = "/run/secrets/stump_client_secret";
}