mtworx: trying linux 6.1
This commit is contained in:
parent
f9b7034735
commit
8c3d1261c9
@ -14,7 +14,8 @@ in {
|
||||
];
|
||||
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
#kernelPackages = pkgs.linuxPackages_latest;
|
||||
kernelPackages = pkgs.linuxKernel.packages.linux_6_1;
|
||||
kernelModules = ["kvm-intel"];
|
||||
loader.systemd-boot.enable = true;
|
||||
initrd = {
|
||||
|
Loading…
Reference in New Issue
Block a user