diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2020-01-06 14:50:41 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2020-01-06 14:50:41 +0100 |
commit | 9485d5e5c58e88850021bde171282b052171416f (patch) | |
tree | bd2614b2bcccc65321f34dd50ddacd657d903990 /sif | |
parent | 3c7773edd07c387213e8342e8d91223ebc3f1cf4 (diff) | |
download | nixos-9485d5e5c58e88850021bde171282b052171416f.tar nixos-9485d5e5c58e88850021bde171282b052171416f.tar.gz nixos-9485d5e5c58e88850021bde171282b052171416f.tar.bz2 nixos-9485d5e5c58e88850021bde171282b052171416f.tar.xz nixos-9485d5e5c58e88850021bde171282b052171416f.zip |
tmpOnTmpfs
Diffstat (limited to 'sif')
-rw-r--r-- | sif/boot.nix | 3 |
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 | } |