services.lubelogger.settings

NixOS option

Additional configuration for LubeLogger, see https://docs.lubelogger.com/Environment%20Variables for supported values.

type: attribute set of string
Default
{ }
Example
{
  LUBELOGGER_ALLOWED_FILE_EXTENSIONS = "";
  LUBELOGGER_LOGO_URL = "";
}
declared in: nixos/modules/services/web-apps/lubelogger.nixView source on NixOS/nixpkgs →