add Lenovo IdeaPad Z510 with suspend fix (#18)
This commit is contained in:
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" ];
|
||||||
|
}
|
Loading…
Reference in a new issue