surface: set default kernel to major version 6.6

This commit is contained in:
Stig Palmquist 2024-01-07 01:47:34 +01:00 committed by mergify[bot]
parent 5a721ef5f1
commit 34bcc25fcd
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ in {
./surface-control
];
microsoft-surface.kernelVersion = mkDefault "6.6.8";
microsoft-surface.kernelVersion = mkDefault "6.6";
# Seems to be required to properly enable S0ix "Modern Standby":
boot.kernelParams = mkDefault [ "mem_sleep_default=deep" ];