services.lavalink.extraConfig
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
- <nixpkgs/nixos/modules/services/audio/lavalink.nix>