summaryrefslogtreecommitdiff
path: root/sif
diff options
context:
space:
mode:
Diffstat (limited to 'sif')
-rw-r--r--sif/boot.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/sif/boot.nix b/sif/boot.nix
index bfb712a6..dbe081c7 100644
--- a/sif/boot.nix
+++ b/sif/boot.nix
@@ -20,6 +20,9 @@
20 20
21 plymouth.enable = true; 21 plymouth.enable = true;
22 22
23 kernelPackages = pkgs.linuxPackages_latest;
23 kernelParams = [ "i915.fastboot=1" "intel_pstate=no_hwp" "quiet" ]; 24 kernelParams = [ "i915.fastboot=1" "intel_pstate=no_hwp" "quiet" ];
25
26 tmpOnTmpfs = true;
24 }; 27 };
25} 28}