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 stringDefault
[ ]
Example
declared in: nixos/modules/services/misc/airsonic.nixView source on NixOS/nixpkgs →[ "-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]'" ]