fc2fc63f4c
The intel-*.nix modules are obsolete (since you can just say ‘hardware.enableAllFirmware = true’, or equivalently, ‘hardware.firmware = [ pkgs.firmwareLinuxNonfree ]’). But we'll keep them around for compatibility.
4 lines
41 B
Nix
4 lines
41 B
Nix
{
|
|
hardware.enableAllFirmware = true;
|
|
}
|