From 34f08f45fdf66132123632d0d5ff47be544c8a66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 31 May 2024 16:07:01 +0300 Subject: [PATCH] Revert "mtworx: use a stable linux kernel" This reverts commit 0ba9172334542b35f845f790ad588d324fba69b0. --- hosts/mtworx/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/mtworx/configuration.nix b/hosts/mtworx/configuration.nix index 212f8fa..0e4c687 100644 --- a/hosts/mtworx/configuration.nix +++ b/hosts/mtworx/configuration.nix @@ -15,7 +15,7 @@ in { ]; boot = { - kernelPackages = pkgs.linuxPackages; + kernelPackages = pkgs.linuxPackages_latest; kernelModules = ["kvm-intel"]; loader.systemd-boot.enable = true; initrd = {