option dédiée au matériel rtl-sdr

This commit is contained in:
Yves Dubromelle
2021-10-11 22:50:13 +02:00
parent ea33bac49b
commit 9310d01af6

View File

@@ -25,8 +25,5 @@ mkIf flags.radio {
dump1090 # Listen to planes ADS-B and view them on a map
];
# Configuration matérielle
boot.blacklistedKernelModules = [
"dvb_usb_rtl28xxu"
];
hardware.rtl-sdr.enable = true;
}