feat: use latest kernel packages
Added configuration to use the latest kernel packages for boot. This change ensures the system benefits from the most recent updates and security patches.
This commit is contained in:
parent
7775fd266d
commit
0cae58b515
|
@ -28,6 +28,7 @@
|
||||||
"uas"
|
"uas"
|
||||||
];
|
];
|
||||||
boot.initrd.kernelModules = [ ];
|
boot.initrd.kernelModules = [ ];
|
||||||
|
boot.kernelPackages = lib.mkOverride 0 pkgs.linuxPackages_latest;
|
||||||
boot.kernelParams = [
|
boot.kernelParams = [
|
||||||
"lockdown=confidentiality"
|
"lockdown=confidentiality"
|
||||||
"intel_iommu=on"
|
"intel_iommu=on"
|
||||||
|
|
Loading…
Reference in a new issue