From 9485d5e5c58e88850021bde171282b052171416f Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 6 Jan 2020 14:50:41 +0100 Subject: tmpOnTmpfs --- sif/boot.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sif') 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 @@ plymouth.enable = true; + kernelPackages = pkgs.linuxPackages_latest; kernelParams = [ "i915.fastboot=1" "intel_pstate=no_hwp" "quiet" ]; + + tmpOnTmpfs = true; }; } -- cgit v1.2.3