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:
parent
8fba80933c
commit
04d40c5bbd
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue