MyNixOS website logo
option

services.sdrplayApi.enable

Whether to enable the SDRplay API service and udev rules.

To enable integration with SoapySDR and GUI applications like gqrx create an overlay containing soapysdr-with-plugins = super.soapysdr.override { extraPackages = [ super.soapysdrplay ]; };
Declarations
Type
boolean
Default
false
Example
true