had to roll back kernel to 6.13

This commit is contained in:
Matt Nish-Lapidus 2025-05-14 13:21:30 -04:00
parent e844ff73a6
commit 931ae8d5a0
2 changed files with 4 additions and 5 deletions

View file

@ -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"