From 575452512afc9927981e13854947654a45f06319 Mon Sep 17 00:00:00 2001 From: Martin Berg Alstad Date: Tue, 3 Jun 2025 18:55:26 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20[desktop]=20Set=20Linux=20kernel?= =?UTF-8?q?=20to=206.14?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/desktop/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/desktop/default.nix b/hosts/desktop/default.nix index 0b1372a..e41c54f 100644 --- a/hosts/desktop/default.nix +++ b/hosts/desktop/default.nix @@ -11,5 +11,5 @@ ./hardware-configuration.nix ]; - boot.kernelPackages = pkgs.linuxPackages_latest; + boot.kernelPackages = pkgs.linuxPackages_6_14; }