Remove wireless-regdb as it is included by default

This commit is contained in:
Fabian Hauser 2022-01-04 15:54:24 +01:00
parent 6187ea8497
commit 09f591bd51

View file

@ -16,8 +16,6 @@
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
boot.kernelParams = [ "acpi_enforce_resources=lax" ]; boot.kernelParams = [ "acpi_enforce_resources=lax" ];
hardware.firmware = [ pkgs.wireless-regdb ];
hardware.cpu.amd.updateMicrocode = true; hardware.cpu.amd.updateMicrocode = true;
nix.maxJobs = lib.mkDefault 24; nix.maxJobs = lib.mkDefault 24;