services.sdrplayApi.enable

NixOS option

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 ]; };

type: boolean
Default
false
Example
true
declared in: nixos/modules/services/misc/sdrplay.nixView source on NixOS/nixpkgs →