diff --git a/hosts/brandon-desktop/hardware-configuration.nix b/hosts/brandon-desktop/hardware-configuration.nix index f7e7ba2..03e056b 100644 --- a/hosts/brandon-desktop/hardware-configuration.nix +++ b/hosts/brandon-desktop/hardware-configuration.nix @@ -12,6 +12,7 @@ boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-amd" ]; boot.extraModulePackages = [ ]; + boot.blacklistedKernelModules = [ "dvb_usb_rtl28xxu" "rtl2832" ] fileSystems."/" = { device = "/dev/disk/by-uuid/8185c164-ad3e-4f4a-ad78-845a468152fa";