Revert "mtworx: use a stable linux kernel"

This reverts commit 0ba9172334.
This commit is contained in:
Motiejus Jakštys 2024-05-31 16:07:01 +03:00
parent 0ba9172334
commit 34f08f45fd
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ in {
];
boot = {
kernelPackages = pkgs.linuxPackages;
kernelPackages = pkgs.linuxPackages_latest;
kernelModules = ["kvm-intel"];
loader.systemd-boot.enable = true;
initrd = {