From d79400bd1d9d7dbb24303487b306d2ed3e990713 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 25 Mar 2024 10:29:32 +0200 Subject: [PATCH] Revert "mtworx: trying linux 6.1" This reverts commit 8c3d1261c9f5110b97a3e026ca64c51739f8f1ca. --- hosts/mtworx/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/mtworx/configuration.nix b/hosts/mtworx/configuration.nix index e9b951b..310de60 100644 --- a/hosts/mtworx/configuration.nix +++ b/hosts/mtworx/configuration.nix @@ -14,8 +14,7 @@ in { ]; boot = { - #kernelPackages = pkgs.linuxPackages_latest; - kernelPackages = pkgs.linuxKernel.packages.linux_6_1; + kernelPackages = pkgs.linuxPackages_latest; kernelModules = ["kvm-intel"]; loader.systemd-boot.enable = true; initrd = {