mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-26 21:09:42 +01:00
Drop the kernel version override for Surface Go hardware
This commit is contained in:
parent
7def533968
commit
606b6a270e
1 changed files with 0 additions and 2 deletions
|
@ -17,8 +17,6 @@ in {
|
||||||
../../../common/cpu/intel/kaby-lake
|
../../../common/cpu/intel/kaby-lake
|
||||||
];
|
];
|
||||||
|
|
||||||
microsoft-surface.kernelVersion = "6.6.10";
|
|
||||||
|
|
||||||
boot.kernelParams = [
|
boot.kernelParams = [
|
||||||
"i915.enable_rc6=1"
|
"i915.enable_rc6=1"
|
||||||
"i915.modeset=1"
|
"i915.modeset=1"
|
||||||
|
|
Loading…
Reference in a new issue