fix: thinkpad L14 S4 hibernate

This commit is contained in:
Evan Reichard 2025-10-25 13:02:36 -04:00
parent 318c6f6984
commit 4f054051e5

View File

@ -9,6 +9,10 @@ in
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
hardware.amdgpu.initrd.enable = lib.mkDefault true; hardware.amdgpu.initrd.enable = lib.mkDefault true;
services.xserver.videoDrivers = [ "modesetting" ]; services.xserver.videoDrivers = [ "modesetting" ];
boot.kernelParams = [
# Mask GPE03 (EC wakeup events) to allow hibernation without spurious CPU wakeups
"acpi_mask_gpe=0x03"
];
# System Config # System Config
reichard = { reichard = {