summaryrefslogtreecommitdiff
path: root/sif/boot.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sif/boot.nix')
-rw-r--r--sif/boot.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/sif/boot.nix b/sif/boot.nix
index fbfcf5cd..29b4f4cd 100644
--- a/sif/boot.nix
+++ b/sif/boot.nix
@@ -22,7 +22,7 @@
22 22
23 plymouth.enable = true; 23 plymouth.enable = true;
24 24
25 kernelPackages = pkgs.linuxPackages_latest; 25 # kernelPackages = pkgs.linuxPackages_latest;
26 kernelParams = [ "i915.fastboot=1" "intel_pstate=no_hwp" "acpi_backlight=vendor" "thinkpad-acpi.brightness_enable=1" "quiet" ]; 26 kernelParams = [ "i915.fastboot=1" "intel_pstate=no_hwp" "acpi_backlight=vendor" "thinkpad-acpi.brightness_enable=1" "quiet" ];
27 27
28 tmpOnTmpfs = true; 28 tmpOnTmpfs = true;