services.open-webui.environmentFile

NixOS option

Environment file to be passed to the systemd service. Useful for passing secrets to the service to prevent them from being world-readable in the Nix store.

type: null or absolute path
Default
null
Example
"/var/lib/secrets/openWebuiSecrets"
declared in: nixos/modules/services/misc/open-webui.nixView source on NixOS/nixpkgs →