mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-04 01:07:14 +08:00
add Lenovo IdeaPad Z510 with suspend fix (#18)
This commit is contained in:
committed by
Emery Hemingway
parent
bc241aeec7
commit
cfd63d3b3e
8
lenovo/z510.nix
Normal file
8
lenovo/z510.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
hardware.cpu.intel.updateMicrocode = true;
|
||||
|
||||
# see https://github.com/NixOS/nixpkgs/issues/18356
|
||||
# found buggy driver with method https://wiki.ubuntu.com/DebuggingKernelSuspend
|
||||
boot.blacklistedKernelModules = [ "nouveau" ];
|
||||
}
|
||||
Reference in New Issue
Block a user