services.screego.environmentFile

NixOS option

Environment file (see systemd.exec(5) “EnvironmentFile=” section for the syntax) passed to the service. This option can be used to safely include secrets in the configuration.

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