From d40175d4a50b3825cceca3d6c81c00e7fd30c19c Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Thu, 2 Jan 2025 21:44:27 +0100 Subject: [PATCH] 6 11 --- system-modules/boot.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system-modules/boot.nix b/system-modules/boot.nix index 2358ed9..ec5919d 100755 --- a/system-modules/boot.nix +++ b/system-modules/boot.nix @@ -118,6 +118,7 @@ in efiSupport = true; }; }; + kernelPackages = pkgs-unstable.linuxPackages_6_11; }; }; }