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 d903b16f..fbfcf5cd 100644
--- a/sif/boot.nix
+++ b/sif/boot.nix
@@ -23,7 +23,7 @@
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" "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;
29 }; 29 };