services.hister.environmentFile

NixOS option

Path to an environment file (read at service start) used to inject secrets such as HISTER__APP__ACCESS_TOKEN without placing them in the world-readable Nix store.

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