MyNixOS website logo
option

services.stump.secretFiles

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.

Declarations
Type
attribute set of (null or string)
Default
{ }
Example
{
  STUMP_OIDC_CLIENT_SECRET = "/run/secrets/stump_client_secret";
}