diff options
| -rw-r--r-- | sif/boot.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sif/boot.nix b/sif/boot.nix index 94932754..bfb712a6 100644 --- a/sif/boot.nix +++ b/sif/boot.nix | |||
| @@ -20,6 +20,6 @@ | |||
| 20 | 20 | ||
| 21 | plymouth.enable = true; | 21 | plymouth.enable = true; |
| 22 | 22 | ||
| 23 | kernelParams = [ "intel_pstate=no_hwp" "quiet" ]; | 23 | kernelParams = [ "i915.fastboot=1" "intel_pstate=no_hwp" "quiet" ]; |
| 24 | }; | 24 | }; |
| 25 | } | 25 | } |
