summaryrefslogtreecommitdiffstats
path: root/lenovo/ideapad/z510/default.nix
blob: 6cc6dc6c17c10995f411cfb1e19825b7fec02462 (plain)
1
2
3
4
5
6
7
8
9
{ 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" ];
}