services.lavalink.extraConfig

NixOS option

Configuration to write to application.yml. See https://lavalink.dev/configuration/#example-applicationyml for the full documentation. Individual configuration parameters can be overwritten using environment variables. See https://lavalink.dev/configuration/#example-environment-variables for more information.

type: open submodule of (YAML 1.1 value)
Default
{ }
Example
{
  lavalink.server = {
    sources.twitch = true;

    filters.volume = true;
  };

  logging.file.path = "./logs/";
}
declared in: nixos/modules/services/audio/lavalink.nixView source on NixOS/nixpkgs →