mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-12-23 10:09:44 +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" ];
|
||||
|
|
|
@ -17,7 +17,7 @@ in {
|
|||
../../../common/cpu/intel/kaby-lake
|
||||
];
|
||||
|
||||
microsoft-surface.kernelVersion = "6.1.62";
|
||||
microsoft-surface.kernelVersion = "6.6.2";
|
||||
|
||||
boot.kernelParams = [
|
||||
"i915.enable_rc6=1"
|
||||
|
|
Loading…
Reference in a new issue