had to roll back kernel to 6.13
This commit is contained in:
parent
e844ff73a6
commit
931ae8d5a0
2 changed files with 4 additions and 5 deletions
|
@ -157,11 +157,10 @@
|
|||
};
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
kernelPackages = pkgs.linuxPackages_6_13;
|
||||
kernelModules = [
|
||||
"i2c-dev"
|
||||
"ddcci-backlight"
|
||||
# "amd_3d_vcache"
|
||||
"uinput"
|
||||
"hid-playstation"
|
||||
"amd_pstate=active"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue