diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-26 23:21:40 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-26 23:21:40 +0200 |
commit | d984bff4d6e5b74d1a0179a8e0006eb3e06e5238 (patch) | |
tree | 585d201baab2c961cf37da2cd15c9eb19d6c2f0a /hel/boot.nix | |
parent | 473a73e822ca1d09d4d7412470666c0135d34c9f (diff) | |
download | nixos-d984bff4d6e5b74d1a0179a8e0006eb3e06e5238.tar nixos-d984bff4d6e5b74d1a0179a8e0006eb3e06e5238.tar.gz nixos-d984bff4d6e5b74d1a0179a8e0006eb3e06e5238.tar.bz2 nixos-d984bff4d6e5b74d1a0179a8e0006eb3e06e5238.tar.xz nixos-d984bff4d6e5b74d1a0179a8e0006eb3e06e5238.zip |
no fancy skylake stuff
Diffstat (limited to 'hel/boot.nix')
-rw-r--r-- | hel/boot.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hel/boot.nix b/hel/boot.nix index c3acf746..318b860b 100644 --- a/hel/boot.nix +++ b/hel/boot.nix | |||
@@ -12,5 +12,7 @@ | |||
12 | tmpOnTmpfs = true; | 12 | tmpOnTmpfs = true; |
13 | 13 | ||
14 | kernelParams = ["intel_pstate=no_hwp"]; | 14 | kernelParams = ["intel_pstate=no_hwp"]; |
15 | |||
16 | blacklistedKernelModules = ["snd_soc_skl"]; | ||
15 | }; | 17 | }; |
16 | } | 18 | } |