12 lines
141 B
Nix
12 lines
141 B
Nix
{ ... }:
|
|
|
|
{
|
|
hardware.rtl-sdr.enable = true;
|
|
|
|
boot.blacklistedKernelModules = [
|
|
"dvb_usb_rtl28xxu"
|
|
"rtl2832"
|
|
"rtl2830"
|
|
];
|
|
}
|