services.stump.environmentFile

NixOS option

Path of a file with extra environment variables to be loaded from disk. This file is not added to the nix store, so it can be used to pass secrets to stump. Refer to the documentation for options.

type: null or string
Default
null
Example
"/run/secrets/stump"
declared in: nixos/modules/services/web-apps/stump.nixView source on NixOS/nixpkgs →