mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-18 17:09:41 +01:00
hardware.enableAllFirmware = true;
for intel iwlwifi
This commit is contained in:
parent
ae18b6af0f
commit
7d130c0061
2 changed files with 2 additions and 3 deletions
|
@ -7,4 +7,6 @@ with lib;
|
||||||
enable = true;
|
enable = true;
|
||||||
emulateWheel = true;
|
emulateWheel = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hardware.enableAllFirmware = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,9 +27,6 @@
|
||||||
{ version = "4.6"; msg = "Suspending the T460s by closing the lid when running on battery causes the machine to freeze up entirely."; }
|
{ version = "4.6"; msg = "Suspending the T460s by closing the lid when running on battery causes the machine to freeze up entirely."; }
|
||||||
];
|
];
|
||||||
|
|
||||||
# For the wifi (intel iwlwifi)
|
|
||||||
hardware.enableAllFirmware = true;
|
|
||||||
|
|
||||||
# For the screen. I don't know what to do with this information, but
|
# For the screen. I don't know what to do with this information, but
|
||||||
# the hiDPI support is far from perfect (as of July 2016):
|
# the hiDPI support is far from perfect (as of July 2016):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue