diff options
| -rw-r--r-- | hel/boot.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hel/boot.nix b/hel/boot.nix index af0dfe2d..103fdeca 100644 --- a/hel/boot.nix +++ b/hel/boot.nix | |||
| @@ -11,6 +11,6 @@ | |||
| 11 | 11 | ||
| 12 | tmpOnTmpfs = true; | 12 | tmpOnTmpfs = true; |
| 13 | 13 | ||
| 14 | extraKernelParams = ["intel_pstate=no_hwp"]; | 14 | extraKernelParams = ["intel_pstate=no_hwp" "nomodeset"]; |
| 15 | }; | 15 | }; |
| 16 | } | 16 | } |
