From 11d7401695baae5ab7dd79e1b38e60f39b4c371b Mon Sep 17 00:00:00 2001 From: h7x4 Date: Wed, 4 Jun 2025 12:17:48 +0200 Subject: [PATCH] dosei: fix to 6.14 kernel --- hosts/dosei/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/dosei/configuration.nix b/hosts/dosei/configuration.nix index e8210f9..d1226b7 100644 --- a/hosts/dosei/configuration.nix +++ b/hosts/dosei/configuration.nix @@ -15,7 +15,7 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - boot.kernelPackages = pkgs.linuxPackages_latest; + boot.kernelPackages = pkgs.linuxPackages_6_14; boot.binfmt.emulatedSystems = [ "aarch64-linux"