europa,orcim: switch to latest linux kernel

This commit is contained in:
Aaron Bieber 2024-08-16 06:59:52 -06:00
parent 59e76730c5
commit 50c2b13205
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ in
# https://gitlab.freedesktop.org/upower/power-profiles-daemon#panel-power-savings
"amdgpu.abmlevel=0"
];
kernelPackages = pkgs.linuxPackages_6_9;
kernelPackages = pkgs.linuxPackages_latest;
};
nixManager = {

View File

@ -39,7 +39,7 @@ in
}
];
kernelPackages = pkgs.linuxPackages_6_9;
kernelPackages = pkgs.linuxPackages_latest;
kernelParams = [
"fbcon=rotate:1"
"gpd-pocket-fan.speed_on_ac=0"