fix(x1): Use latest kernel packages for x1 system

Switched to using the latest kernel packages for the x1 system by removing the comment from the kernelPackages line and setting it to lib.mkOverride 0 pkgs.linuxPackages_latest. This ensures the system uses the most recent kernel modules and features while maintaining consistency with other configuration changes. The change aligns with recent system updates and package management improvements.
This commit is contained in:
Harald Hoyer 2025-12-03 16:33:16 +01:00
parent 8fba80933c
commit 04d40c5bbd

View file

@ -25,7 +25,7 @@
"sd_mod"
];
initrd.kernelModules = [ ];
#kernelPackages = lib.mkOverride 0 pkgs.linuxPackages_latest;
kernelPackages = lib.mkOverride 0 pkgs.linuxPackages_latest;
kernelModules = [
"kvm-intel"
"amdgpu"