mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-12-07 01:21:09 +01:00
Use kernel 6.6.2 by default
This commit is contained in:
parent
0516b82287
commit
0e169f3d58
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ in {
|
|||
./surface-control
|
||||
];
|
||||
|
||||
microsoft-surface.kernelVersion = mkDefault "6.5.11";
|
||||
microsoft-surface.kernelVersion = mkDefault "6.6.2";
|
||||
|
||||
# Seems to be required to properly enable S0ix "Modern Standby":
|
||||
boot.kernelParams = mkDefault [ "mem_sleep_default=deep" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue