summaryrefslogtreecommitdiffstats
path: root/lenovo/ideapad
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2017-12-22 10:35:57 +0000
committerGitHub <noreply@github.com>2017-12-22 10:35:57 +0000
commit3f2fbacb216c8905f8ca15d2c24fe95472fb9ab2 (patch)
treecb8661dab46302a8641652610a6eb83910fe89bc /lenovo/ideapad
parentd4688911b7856e69368d4d20e27bf9fb6e4d8d9c (diff)
parenta6f8e4bbc0bd2e1e98590545d5fd3929d4dc55e0 (diff)
Merge pull request #27 from yegortimoshenko/20171222.023336/cleanup-thinkpad
thinkpad: cleanup
Diffstat (limited to 'lenovo/ideapad')
-rw-r--r--lenovo/ideapad/z510.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/lenovo/ideapad/z510.nix b/lenovo/ideapad/z510.nix
index 4c45cac..6cc6dc6 100644
--- a/lenovo/ideapad/z510.nix
+++ b/lenovo/ideapad/z510.nix
@@ -1,10 +1,8 @@
-# NOTE: this doesn't inherit from the `general.nix`
-# as z510 is not a ThinkPad
-
{ 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" ];