services.airsonic.jvmOptions

NixOS option

Extra command line options for the JVM running AirSonic. Useful for sending jukebox output to non-default alsa devices.

type: list of string
Default
[ ]
Example
[
  "-Djavax.sound.sampled.Clip='#CODEC [plughw:1,0]'"
  "-Djavax.sound.sampled.Port='#Port CODEC [hw:1]'"
  "-Djavax.sound.sampled.SourceDataLine='#CODEC [plughw:1,0]'"
  "-Djavax.sound.sampled.TargetDataLine='#CODEC [plughw:1,0]'"
]
declared in: nixos/modules/services/misc/airsonic.nixView source on NixOS/nixpkgs →