radiobert: prepare rtlsdr

This commit is contained in:
Astro 2021-10-13 19:29:25 +02:00
parent 21a97dd1a9
commit da2f38ccfd
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@ in
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
boot.blacklistedKernelModules = [
# no watching TV intended
"dvb_usb_rtl28xxu"
];
fileSystems."/" = {
device = "/dev/disk/by-label/NIXOS_SD";