From e8e19c8845ced0836c41850bb842d1b597d1a05b Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Wed, 19 Jun 2024 08:29:29 +0200 Subject: [PATCH] try linux 6.8 --- hosts/default/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 9958bce..7f3cb11 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -13,7 +13,7 @@ ]; boot = { - # kernelPackages = pkgs.linuxPackages_latest; + kernelPackages = pkgs.linuxPackages_6_8; consoleLogLevel = 0; initrd.verbose = false; plymouth.enable = true;