services.lubelogger.environmentFile
NixOS option
Path to a file containing extra LubeLogger config options in the systemd EnvironmentFile format. Refer to the documentation for supported options. This can be used to pass secrets to LubeLogger without putting them in the Nix store. For example, to set an SMTP password, point environmentFile at a file containing: MailConfig__Password=<pass>
type: null or absolute pathDefault
null
Example
declared in: nixos/modules/services/web-apps/lubelogger.nixView source on NixOS/nixpkgs →"/run/secrets/lubelogger"