nixos/tower: Update to kernel 6.2
This commit is contained in:
parent
d427de57fe
commit
e8e6a369cd
@ -25,7 +25,7 @@
|
|||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
timeout = 10;
|
timeout = 10;
|
||||||
};
|
};
|
||||||
kernelPackages = pkgs.linuxKernel.packages.linux_6_1;
|
kernelPackages = pkgs.linuxKernel.packages.linux_6_2;
|
||||||
kernelModules = [ "kvm-intel" ];
|
kernelModules = [ "kvm-intel" ];
|
||||||
kernelParams = [ "intel_iommu=on" ];
|
kernelParams = [ "intel_iommu=on" ];
|
||||||
initrd = {
|
initrd = {
|
||||||
|
Loading…
Reference in New Issue
Block a user