diff --git a/modules/hardware/network/intel-5150.nix b/modules/hardware/network/intel-5150.nix new file mode 100644 index 000000000000..e32b72d5fa47 --- /dev/null +++ b/modules/hardware/network/intel-5150.nix @@ -0,0 +1,5 @@ +{pkgs, config, ...}: + +{ + hardware.firmware = [ pkgs.iwlwifi5150ucode ]; +} diff --git a/modules/installer/scan/not-detected.nix b/modules/installer/scan/not-detected.nix index 36382a4cf1da..34e71479322c 100644 --- a/modules/installer/scan/not-detected.nix +++ b/modules/installer/scan/not-detected.nix @@ -9,6 +9,7 @@ with pkgs.lib; [ ../../hardware/network/intel-4965agn.nix ../../hardware/network/intel-5000.nix + ../../hardware/network/intel-5150.nix ../../hardware/network/intel-6000.nix ../../hardware/network/intel-6000g2a.nix ../../hardware/network/intel-6000g2b.nix