MyNixOS website logo
option

services.lubelogger.environmentFile

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>
Declarations
Type
null or absolute path
Default
null
Example
"/run/secrets/lubelogger"