microsoft-surface: update default kernel to 6.1.18

This commit is contained in:
Christoph Charles 2023-07-30 09:13:16 +02:00 committed by Jörg Thalheim
parent af694376e2
commit 353829048c
1 changed files with 1 additions and 1 deletions

View File

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