summaryrefslogtreecommitdiff
path: root/hel/boot.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2019-02-20 12:45:06 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2019-02-20 12:45:06 +0100
commita80f480a382e56bcea659f4697b5cde4e5de584a (patch)
tree4f563f9e7035cb234e03b021db3c4748ebd49338 /hel/boot.nix
parent7baa9c985dde5abe0a8c462172394f181b06b3b1 (diff)
downloadnixos-a80f480a382e56bcea659f4697b5cde4e5de584a.tar
nixos-a80f480a382e56bcea659f4697b5cde4e5de584a.tar.gz
nixos-a80f480a382e56bcea659f4697b5cde4e5de584a.tar.bz2
nixos-a80f480a382e56bcea659f4697b5cde4e5de584a.tar.xz
nixos-a80f480a382e56bcea659f4697b5cde4e5de584a.zip
...
Diffstat (limited to 'hel/boot.nix')
-rw-r--r--hel/boot.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/hel/boot.nix b/hel/boot.nix
index 5320fcac..45fc5c2d 100644
--- a/hel/boot.nix
+++ b/hel/boot.nix
@@ -21,8 +21,6 @@
21 enable = true; 21 enable = true;
22 }; 22 };
23 23
24 tmpOnTmpfs = true;
25
26 kernelParams = [ "intel_pstate=no_hwp" "quiet" ]; 24 kernelParams = [ "intel_pstate=no_hwp" "quiet" ];
27 25
28 blacklistedKernelModules = [ "snd_soc_skl" ]; 26 blacklistedKernelModules = [ "snd_soc_skl" ];